MyBB Community Forums

Full Version: Board Messages Not Centered
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
URL: http://globepvp.net
Plugin: http://mods.mybb.com/view/board-messages


As you can see on my website, it's not centering the message. Sad

[Image: bf5f1493ec334c97a15554c.png]
Do you mean the text? I don't believe it's supposed to be.

To center the text:

Admincp -> Templates & Style -> Themes -> Your Theme -> board_messages.css

Add to the .board_message class:
text-align: center;
(2012-08-09, 10:46 PM)Vernier Wrote: [ -> ]Do you mean the text? I don't believe it's supposed to be.

To center the text:

Admincp -> Templates & Style -> Themes -> Your Theme -> board_messages.css

Add to the .board_message class:
text-align: center;

Where do I add that too? I've already tried to do that.
Add it to the .board_message class.

.board_message {
        text-align: center;
}

Along with the other properties you already have.
(2012-08-10, 12:48 AM)Tecca Wrote: [ -> ]Add it to the .board_message class.

.board_message {
        text-align: center;
}

Along with the other properties you already have.

[Image: 50245b6c9d29c9787000001.png]
It didn't work Sad
It should. Try refreshing the forum page after you save the .css. I didn't see it added when I went to your forum.
(2012-08-10, 01:04 AM)Tecca Wrote: [ -> ]It should. Try refreshing the forum page after you save the .css. I didn't see it added when I went to your forum.

Nope, didn't work. Do you know of any other plugins that do the same? Sad
(2012-08-10, 01:21 AM)g2uypie Wrote: [ -> ]
(2012-08-10, 01:04 AM)Tecca Wrote: [ -> ]It should. Try refreshing the forum page after you save the .css. I didn't see it added when I went to your forum.

Nope, didn't work. Do you know of any other plugins that do the same? Sad

http://i.imm.io/zVDq.png

It looks centered to me.
Yeah, it's centered. Refresh again or clear your browsers cache if you're still not seeing it.