MyBB Community Forums

Full Version: How do I make some space above the header?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm a rookie to MyBB and CSS (if it involves any CSS) and I'm wondering, how would I add a little bit of space in between the tip top of the forum and my header?

Here's a picture that I hope would make more sense:

http://img704.imageshack.us/img704/453/howtoy.png
body{
padding-top: 10px;
}
Should do the trick.
(2010-03-05, 11:13 PM)TimB. Wrote: [ -> ]
body{
padding-top: 10px;
}
Should do the trick.

Thanks Tim, this worked like a charm.