MyBB Community Forums

Full Version: How do I fix this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: jGljlSwpejL0x.PNG]

Notice how there is extra space above the text. How do I fix that?
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

.thead {
	background: #026CB1 url(images/ex/thead_bg.gif) top left repeat-x;
	color: #ffffff;
        height:35px;


}

3. Change to:

.thead {
	background: #026CB1 url(images/ex/thead_bg.gif) top left repeat-x;
	color: #ffffff;
}