MyBB Community Forums

Full Version: Need to center board..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to center my board (JUST the board, not the writing inside of the tables, etc.). Its parted off to the left right now, but I need it to be centered. How can I do this?
Crystatic Wrote:I need to center my board (JUST the board, not the writing inside of the tables, etc.). Its parted off to the left right now, but I need it to be centered. How can I do this?

I think I centerd mine in the theme under Body (customize...), or maybe it was already centered.

text-align: center;

I also have a DIV around my entire board which is centered. Altered via "Header" and "Footer" templates.

<div align="center">

</div>

or

<div>
<center>

</center>
</div>
Put that centers EVERYTHING. The text on the body, and inside the tables, etc, I dont want that stuff centered. I want all text left-aligned.

I want the tables that compose the board, as well as the logo, etc, to be centered. But all text is to be left-aligned.