MyBB Community Forums

Full Version: Problem Centering Border?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yes, i am using Classic Layout for my forum.

But when i looked at it this is what i got:

http://screensnapr.com/v/f9wNA4.png

Notice the gray box is a little un-even compared to my name etc,

How would i fix this?

Link to my site: Fractionfx.com
Admin CP -> Templates & Style -> Templates -> *your theme templates* -> Post Bit Templates -> postbit_author_user

Add this at the beggining:

<div align="center">

And this at the end:

</div>
(2013-02-04, 02:36 AM)Irreligious Wrote: [ -> ]Admin CP -> Templates & Style -> Templates -> *your theme templates* -> Post Bit Templates -> postbit_author_user

Add this at the beggining:

<div align="center">

And this at the end:

</div>

It did not work?
The </div> needs to be placed at the end of all the code in the template, not right next to the <div align="center">
(2013-02-04, 02:56 AM)Irreligious Wrote: [ -> ]The </div> needs to be placed at the end of all the code in the template, not right next to the <div align="center">

Thanks you man, Your a great help.