PDA

View Full Version : Center my Forum


donnyaz
01-17-2016, 08:04 PM
For some reason my forum is not centered, any idea where I can center my forum ?

MarkFL
01-17-2016, 10:30 PM
Try adding the following selector to your "additional_css.css" template:

#wrapper {
margin 0 auto;
}

Replicant
01-17-2016, 11:03 PM
Your issue appears to be caused by this line in your css_additional.css.
#wrapper,#footer {
max-width: 1100px
}


Try removing that line.