MyBB Community Forums

Full Version: How to remove top and bottom spacing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm currently working on a new MyBB theme which should be finished soon.
I spent lots of time on the side borders, and now I also want to remove the top margin (or padding?).
I tried several things but nothing worked.
See screenshot for what I mean. Same thing at the bottom of the forum.
In the Extra CSS Attributes for Body, add this:

margin-top: 0px;
margin-bottom: 0px;
I just tried that out on my forums and it worked great.
thanks a lot Smile