View Single Post
  #2  
Old 01-01-2012, 05:33 PM
 
MSfan MSfan is offline
 

Advanced Member
  
Join Date: Nov 2011
Posts: 56
 

Default Re: Move column (Artistic Tunes)

It's not perfect, but I moved it over by modifying two files:

content.tpl
{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout'}
<div id="left-bar">
{include file="customer/left_bar.tpl"}
</div>
css/altskin.css

#left-bar {
width: 210px;
margin-left: 0;
}

#center-main {
margin: 0 0 0 250px;
padding-bottom: 0;
}
__________________
v4.4.4 Pro
Reply With Quote