MyBB Community Forums

Full Version: Menu Links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I get the menu links (search, member list, calendar, help) moved over from the right of the page to the center of the page on my forum?

- Haz
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find: (or similar)

.menu ul {
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

3. Change text-align: right; to text-align: center;

4. Save the stylesheet.
Can't believe I missed that. Thanks for your help.