Viewing 5 replies - 1 through 5 (of 5 total)
  • I was able to remove the white space by removing the margin on #site-description. You might also want to remove the top border on #branding.

    (in firebug that is)

    Thread Starter Johnny2869

    (@johnny2869)

    Here’s the CSS file.

    http://pastebin.com/QXdWc5Xn

    Can you edit out the white space on header. If possible, remove the gray space above the white space also.

    Thread Starter Johnny2869

    (@johnny2869)

    Ok. I managed to remove the white space. Now, there’s that grey space at the top. I’d like to remove that if its possible. What do I do?

    To remove the thin grey line, take the border-top off of #branding in the css.

    To remove the block of grey space above your page change the margin on #page from “2em auto” to “0 auto 2em auto”.

    You might try using firebug if you don’t already, it makes changes like this much easier to figure out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help me remove the white space above header’ is closed to new replies.