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)
-   -   Different design in column layout (https://forum.x-cart.com/showthread.php?t=27934)

compuidea 01-10-2007 03:01 PM

Different design in column layout
 
Hello, I like to have different design layout in left and right column, like color, border... Is it possible to acheive? Which template should I modify. Thanks a lot.

balinor 01-10-2007 03:22 PM

Re: Different design in column layout
 
Have a look at the Template Editing guide at the top of this forum, that is a good place to start :)

compuidea 01-10-2007 03:41 PM

Re: Different design in column layout
 
Template Editing guide is very good and helpful, but I 'm new in x-cart, would like to have some more hint. Should I change the CSS file or other files. Any help is highly appreciated.

balinor 01-10-2007 03:57 PM

Re: Different design in column layout
 
Well, customer/home.tpl is the main template which contains the three columns. YOu would need to assign a different style to each <td> tag which controls the columns. For example:

<td class="left">

and then in the skin1.css stylesheet:

.left {background-color: blue;}

Make sense?


All times are GMT -8. The time now is 12:30 PM.

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