MyBB Community Forums

Full Version: Remove space/gap above header???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I remove the space/gap above the header/logo?
add padding: 0px; to the page container extra CSS. (or change the 20 into 0)
Or padding-top: 0px; (not sure this exists)
Nope, didn't do anything.
Can you possibly provide some working code please? Smile
Huh?

Anyways, i got it working, not sure what line it was but I added

padding: 0;
margin: 0;

to Body, Page Container, and Content Container.

EDIT:

New problem, I want to change the thread/forum marker icons (folder.gif, on/off.gif etc) to another image (a .png) I changed the legend with no problem, but i can't find where to change the thread icons and forum markers.