MyBB Community Forums

Full Version: Changes the boardstats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I would like this in the middle of the forum. Where and how do you change this?


[Image: 1D9mezro_t.png]
You would define a width and then set margin to auto
I wonder how to place this in the middle and not on the left
open global.css of the theme through forum admin panel. edit in advanced mode.
at the bottom you can add below style code & save the stylesheet
#boardstats_e td {text-align: center;}

remember hard refreshing your browser [eg. press CTRL + F5] on forum index page after saving changes to the stylesheet
Thanks. m.

What I mean is moving this as shown on the picture and arrow to the middle.

[Image: d5953vRq_t.png]
you can add below at the bottom of global.css
.forum_legend {margin-left: 25%;}
.forum_legend dd {float: left; margin-right: 10px;}

see also replies here
Thanks .m.