MyBB Community Forums

Full Version: How to center the header image?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I was looking for an answer on the question that this topic refers to... so i ended up here.
Anyways .. I don't understand what MyBB staff is doing. Cuz this thread doesn't bring answers at all... So here is the answer that i had to find out myself first... way to go mybb
If u want to center the text in your header ( Help, Calendar, Members, search)
Then go to you admin pane l/ Templates and style / Themes / Click your theme /
U see edit stylesheets / then / global.css / Options for globel.css / edit stylesheet advanced mode/ then search for the next below.

.menu ul {
color: #D0D0D0;
text-align: center;
padding: 4px;

font-weight: bold;
}
Pages: 1 2 3