View Single Post
  #3  
Old 12-29-2008, 12:31 PM
 
jholley jholley is offline
 

Advanced Member
  
Join Date: Jan 2007
Posts: 66
 

Default Re: How to change the site layout to fixed width.

you need to edit the page container
#page-container {
width: 980px;
min-height: 100%;
position: relative;
}


it would be best to put your page layout back to 100% also
__________________
Joe Holley
4.2
Reply With Quote