MyBB Community Forums

Full Version: align forum categorys and text to the left?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello people,

I changed a lot on my new forum and almost everything is searchable through google and these forums but one thing I can't seem to figure out;

Because I changed a lot in different .css and templates I lost the sight of where the problem is.
Somehow I changed something in I think Forum depth 1 that all my forum categorys and text is aligned  to the center. also the stats of user online is centered to the middle.
See my forum as example www.nldroneforum.nl

can somebody tell me where to adjust it to the left?
It is important that my ad in the middle of the page must stay in the center of the page.


thanks in advance for someone taking there time to answer me!

I have a 1.8 version now and it is a new installation and no upgrade.
global.css (your main css file)
body { text-align: center; }

you can use browser html analizers for such things, it will show all css properties for selected element (ctrls+shift+c for firefox, something similar for chrome)
(2016-01-17, 01:05 PM)Qiao Wrote: [ -> ]global.css (your main css file)
body { text-align: center; }

you can use browser html analizers for such things, it will show all css properties for selected element (ctrls+shift+c for firefox, something similar for chrome)

Thank you!

I found it.....