View Single Post
Old 10-08-2012, 11:50 PM   PM User | #3
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,383
Thanks: 18
Thanked 350 Times in 349 Posts
sunfighter is on a distinguished road
Something else to try:
In templates/beez5/css/position.css at line 33 find this block of code:
Code:
#all {
    margin: 0 auto;
    max-width: 1050px;
    padding: 0;
    text-align: left;
}
Change the text-align: to center
sunfighter is offline   Reply With Quote