MyBB Community Forums

Full Version: Top Link Layout?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway to layout these top links better?
[attachment=23207]

Figured it out. Sorry.
Was global.css / advanced / .menu ul (changed right to center)
could you elaborate please.. I feel that they are fine !!
Thanks ranjani for replying. Figured it out.
Your monitor's dimensions are too small. Try viewing your website in a large monitor, it will work just fine. With all the links and images next to them, obviously the header will run out of space. There is a workaround though, which will make the container larger and therefore hold more links in a row:

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

2. Find:

#container {
	background: #fff;
	width: 64%;
	color: #000000;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

3. Change 64% to a bigger value until you can see the links properly.

/ninjad by the op himself