MyBB Community Forums

Full Version: How to center board statistics in index.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I want to make that area centered, how can I do that?

Example from this forum :

Instead of this:
Quote:Our members have made a total of 1,099,753 posts in 149,224 threads.
We currently have 87,914 members registered.
Please welcome our newest member, theovdplawyer
The most users online at one time was 656 on 07-23-2015 at 07:03 AM

I want this: 

Quote:
Our members have made a total of 1,099,753 posts in 149,224 threads.
We currently have 87,914 members registered.
Please welcome our newest member, theovdplawyer
The most users online at one time was 656 on 07-23-2015 at 07:03 AM
index_stats template of the theme contains code like below
<td class="trow1"><span class="smalltext">
{$lang->stats_posts_threads}<br />
you can change <td class="trow1"> to <td class="trow1" style="text-align: center;"> for above requirement
Thank you, I also centered title 'Board Statistics' but those areas have different lenght bars so they are not looking in order =/ I removed my customization.