![]() |
Header Spacing Problem - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Header Spacing Problem (/thread-95175.html) |
Header Spacing Problem - MrJohn - 2011-05-26 I am making my own theme, and I have seem to run into some thing that I can not figure out. I am a novice with CSS and I am sure that is where the problem lies. Here is a screenshot, the white space above the menu is what I am trying to get rid of: SOLVED. RE: Header Spacing Problem - Omar G. - 2011-05-26 maybe some padding in global.css , check out #container, #content, #header and body, if you don't know write the code here for more help. RE: Header Spacing Problem - MrJohn - 2011-05-26 It was the container after all, feel like such a noob. Thanks. |