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
|