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)
-   -   Vivid Dreams - Lotus Template (https://forum.x-cart.com/showthread.php?t=49554)

xanadude 09-05-2009 01:27 PM

Vivid Dreams - Lotus Template
 
I have figured how to make the width static in the main.css file
how do I make it center the store rather than it being locked to the left

thanks

http://shop.dartshirt.co.uk

this is what I did

/*================================================= =============================
layout styles modified Roger 05/09/09
================================================== ============================*/
/* page container */
#page-container {
min-height: 100%;
position: relative;
margin: 0px 15px;
width: 900px;
background: #ffffff;
}
#page-container2 {
background: #ffffff;

added the width item but how to align it center

CobaltCat 09-10-2009 09:26 PM

Re: Vivid Dreams - Lotus Template
 
Set the left and right margins to 'auto'.

margin: 0px auto;


All times are GMT -8. The time now is 07:30 AM.

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