MyBB Community Forums

Full Version: Too much space in headlings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
www.vampirecounts.net

Hi,

It has been noted by some of my members that there is too much space above the threads as highlighted in this pic:

[attachment=16903]

I want to reduce the space between the random quote generator, the details of the thread (where it states Carpe Noctem Forum / Search / Results) and also the thread below it.

Please can someone advise where I can do that?

Many Thanks
In global.css find .navigation and edit the padding/margin. If there is not spacing or padding look in the Header Template for any "<br />" or "<clear>" before or after "<navigation>".
Hi

Thank you for the response, I will have a look.

I just noticed your sig for forumforge - I am looking for a new host as my host FatCow is very slow. I assume you recommend them then?
Hmm, couldn't find any additional spacing:

.navigation {
	color: #909090;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #909090;
	font-size: small;
	font-weight: bold;

Any more suggestions?
(2010-01-10, 07:35 PM)Disciple of Nagash Wrote: [ -> ]Hmm, couldn't find any additional spacing:

.navigation {
	color: #909090;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #909090;
	font-size: small;
	font-weight: bold;

Any more suggestions?

Did you look in your header templates for any additional <br /> or <p></p>??
Ah finally managed to find it in one of my custom header templates.

Cheers for all the help as usual Smile