MyBB Community Forums

Full Version: RPG Stats CSS problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://animezup.com/forum

Of you'll look at any post you will see that the RPG stats (exp,hp and mp) are all stretched. They supposed to be centered.
I don't know exactly what I did to this new theme because it worked for a while and I didn't change the CSS part that referred to the stats.
Can anyone help me?
I think I know your problem.

Looking at your HTML, this:

<td class="trow1" style="white-space: nowrap; text-align: center;" valign="top" width="15%">

May be causing the problem, now I don't claim to be a master at HTML but try removing width="15%" and see what that turns out.

This is the <td> containing all the User Information, by the way. Wink

Thanks. Smile
Thanks for your help! But... I can't find that that particular portion. :|
Where should I search for it?