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!