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)
-   -   Help! Changing from 3 column to 2 column layout (https://forum.x-cart.com/showthread.php?t=27017)

jasonroy 11-30-2006 12:04 PM

Help! Changing from 3 column to 2 column layout
 
I installed my x-cart in a 3 column style so its menus left, products center, login and cart right.

I want to move whats on the right to the left and have only 2 columns, how can I change that?

balinor 11-30-2006 12:26 PM

Re: Help! Changing from 3 column to 2 column layout
 
customer/home.tpl. Just move the code from the right hand column to the left hand column <td>. Open the template up in Dreamweaver to help see which code is which if that helps you.

jasonroy 11-30-2006 12:31 PM

Re: Help! Changing from 3 column to 2 column layout
 
Quote:

Originally Posted by balinor
customer/home.tpl. Just move the code from the right hand column to the left hand column <td>. Open the template up in Dreamweaver to help see which code is which if that helps you.


yup I got that part, what do I edit to get the overall width to be what I want it to be?

I've got home.tpl set to 660 wide but its sitting at more like 800.

balinor 11-30-2006 12:33 PM

Re: Help! Changing from 3 column to 2 column layout
 
rectangle_top.tpl controls that.

jasonroy 11-30-2006 12:48 PM

Re: Help! Changing from 3 column to 2 column layout
 
Quote:

Originally Posted by balinor
rectangle_top.tpl controls that.


tried that too already

width="{$width|default:"100%"}"

I should be able to just change the 100% to a preferred size or just change everything between the outermost quotes to the size right?

I had it like this
width="{$width|default:"660"}"

and this
width="660"

edit** found out what to do.

in skin1.css i had to change the Table.container width to 660, hooray


All times are GMT -8. The time now is 05:31 AM.

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