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)
-   -   Add column (https://forum.x-cart.com/showthread.php?t=48960)

mrerotic 08-02-2009 02:49 PM

Add column
 
Is there any easy way to add another column to the vivid dreams violet template? If anyone could assist me, this would be very much appreciated..

Victor D 08-08-2009 05:46 AM

Re: Add column
 
main.css at ~ line 309


change
padding:23px 30px 0 290px;
to
padding:23px 210px 0 290px;
for #center-main


in customer/home.tpl add <div id="right-bar">My right bar content</div>
after
<div id="left-bar">
....(left-bart content)
</div>

CSS for right-bar presents in your main.css so it would be 158px in width


All times are GMT -8. The time now is 02:33 PM.

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