View Single Post
  #2  
Old 08-10-2009, 01:44 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Define page width and Center

skin1/skin1.conf
Set width to whatever you want.

In your css file:

#pagecontainer {
margin-left: 50%
margin-right: -50%
}


You already have the container, so just add the margins.
This is just a dirty fix and it should actually be auto but that'll work for your needs atm.
__________________
- Shane Munroe
Reply With Quote