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)
-   -   Define page width and Center (https://forum.x-cart.com/showthread.php?t=49103)

Natures Elements 08-10-2009 01:21 PM

Define page width and Center
 
Hello,

Anyone have instructions on how to define the sites width and center it?

Thank you,
Michelle
http://www.natureselements.net

Shamun 08-10-2009 01:44 PM

Re: Define page width and Center
 
skin1/skin1.conf
Set width to whatever you want.

In your css file:

#pagecontainer {
margin-left: 50%
margin-right: -50%
}


You already have the container, so just add the margins.
This is just a dirty fix and it should actually be auto but that'll work for your needs atm.


All times are GMT -8. The time now is 08:00 PM.

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