MyBB Community Forums

Full Version: How do I remove this blank area?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

I am embedding the site within a frame with rapidweaver.
I believe the issue is not RW but some sort of padding that I am getting from mybb
How do I remove it?
See attached image please

Thanks and Happy New Year.
Any ideas?
Hm, go into the stylesheet (ACP-->Styles & Themes-->*select theme*-->global.css-->Try going to #container --> Check the padding and mess around with that, I believe.
Thanks for the idea.
Actually nothing happened when I inserted
padding: 0px;
on the #container

Went to #content and changed from 20px to 10px and it affected the inner padding (so to speak).
Are you doing this via Iframe? If so, it's a problem with your frames width and height.
I have to agree that it's RapidWeaver's iFrame.
Did some further tests and seems it always puts some padding.

Thanks a lot for the enthusiatic help.
BTW the myBB theme is Afrost and in RapidWeaver the theme is Blueball Pro Colors theme.

(2009-01-13, 05:22 PM)Rcpalace Wrote: [ -> ]Are you doing this via Iframe? If so, it's a problem with your frames width and height.