MyBB Community Forums

Full Version: Adjust Spacing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been playing around with this for a little bit now and for the life of me, I can't figure out proper spacing for it. 

[Image: bgrcps1.png]

Underneath the welcome block, the 'View New Posts' and all of those are touching the bottom of the panel. As you can see the upper portion is spaced out correctly. I've tried adjusting the padding settings for #panel .lower, but the spacing on the bottom doesn't change. The padding on the top adjusts with no problem, but the spacing won't get even. 

As of right now, here is my code:

#panel .lower {
 background: url(images/mytheme/thead.png) top left repeat-x;
color: #fff;
padding: 5px;
}

I've even tried swapping out the padding to padding-bottom, but nothing will change. Any suggestions?
what is your forum url & which theme you are using ?