View Single Post
  #2  
Old 12-29-2008, 08:56 AM
 
junliw1975 junliw1975 is offline
 

Advanced Member
  
Join Date: Dec 2008
Location: Maple, Ontario, Canada
Posts: 62
 

Default 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 ,
Reply With Quote