View Single Post
  #12  
Old 03-04-2009, 09:42 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Change width, center site & change background color

this is the CSS for centering the whole site.

#page-container {
min-height: 100%;
position: relative;
width:975px;
margin:0 auto 0 auto;
}

it works just tested.
__________________
xcart 5.1.2
Reply With Quote