View Single Post
  #2  
Old 02-04-2010, 11:10 PM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
 

Default Re: Making fluid default theme fixed width and centered?

To change it from full width to fixed, edit skin1/main.css

Look for:
#page-container {
min-height: 100%;
position: relative;
}

and change it to:

#page-container { margin: 10pt auto 0; position: relative; width: 960px; min-height: 100% }
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote