X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Move column (Artistic Tunes) (https://forum.x-cart.com/showthread.php?t=62188)

MSfan 01-01-2012 04:46 PM

Move column (Artistic Tunes)
 
I'm testing out the Artistic Tunes templates. Is there an easy way to move the column that is on the right to the left side?

Thanks

MSfan 01-01-2012 05:33 PM

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;
}

Paul H . 04-13-2012 11:15 AM

Re: Move column (Artistic Tunes)
 
I was going to do the same thing but went for another template instead -but I may change. I tried float left whilst messing with Firebug


All times are GMT -8. The time now is 11:59 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.