MyBB Community Forums

Full Version: Extend Navigation Bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 2hs8781.jpg]
As you can see here the New Content is not together and Content is on another line. I want to know how can I extend the Bar so that Content will be next to new.
An url would be helpful because then we could see the HTML mark-up and any CSS. What I think the issue is, is that there is not enough space for it to have "Content" on the same line.
A URL for this would be helpful and you should of included this in your first post it helps us help you.
I see. Sorry, here's the link: Www.apkplanet.net

What I was thinking was maybe adding a <br>. Not sure....
Admin CP -> Templates & Style -> *Chose theme* -> 1140.css
Change
.row .sixcol {
width: 48%;
}
To
.row .sixcol {
width: 40%;
}

Admin CP -> Templates & Style -> Templates -> *Choose theme* -> Header Templates -> header
Change
<div class="sixcol last" style="text-align: right; ">
To
<div class="sixcol_last" style="text-align: right; ">
Thanks. Another question, do you know how to change the forum text? The words are grey and the background is black. Hard to see.
Is it hard to see?
Admin CP -> Templates & Style -> *Chose theme* -> global.css
Change
body {
	background: #466c91 url(../../../images/moderlo/bg.jpg) top center no-repeat;
	color: #a7a7a7;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 13px;
}
To
body {
	background: #466c91 url(../../../images/moderlo/bg.jpg) top center no-repeat;
	color: #000000;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 13px;
}


Change
table {
	color: #777777;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 13px;
}
To
table {
	color: #000000;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 13px;
}
Thanks but, wouldn't the body one change the log in or create a account bar only?
Bar?? This will only change the text colour.
Alright thanks. I might have more questions later.

Nothing seems to have changed for the global.css

How Do I move the nav bar under the logo?

How Do I move the nav bar under the logo?