MyBB Community Forums

Full Version: everything looks centered
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't know what happened or how to fix this.

http://seekingsocial.net

http://i.imgur.com/YdXw8Z2.jpg

Anyone have any ideas on how I can resolve this?
theme's global.css (~ line 2) has body element text style aligned to center. you can remove that

admin panel >> Templates & Style >> Themes >> your theme >> global.css --> Edit Stylesheet: Advanced Mode (tab)

find text-align: center; for body and put comment tags like this /* text-align: center; */
hard refresh your browser (eg. press CTRL + F5) on forum index page after saving changes to global.css
(2015-03-30, 04:09 AM).m. Wrote: [ -> ]theme's global.css (~ line 2) has body element text style aligned to center. you can remove that

admin panel >> Templates & Style >> Themes >> your theme >> global.css --> Edit Stylesheet: Advanced Mode (tab)

find text-align: center; for body and put comment tags like this /* text-align: center; */
hard refresh your browser (eg. press CTRL + F5) on forum index page after saving changes to global.css

PERFECT that resolved my issue thank you so much!