Re: How to change the site layout to fixed width.
I just found out I have to edit main.css file. I was able to change to width to 980px but everything is floating to right and the header width is still 100%, what should I do.
---
/*================================================= =============================
layout styles
================================================== ============================*/
/* page container */
#page-container {
min-height: 100%;
position: relative;
}
/* page layout */
#content-container {
clear: both;
float: right;
overflow: hidden;
position: relative;
width: 980px;
padding-bottom: 39px;
margin-top: 140px;
}
#content-container2 {
float: left;
position: relative;
right: 100%;
width: 200%;
}
#center {
float: left;
position: relative;
width: 50%;
left: 50%;
__________________
x-cart-4.7.5 Gold  ,
|