Need help? Check out our Support site, then


Blank space above header

  1. Hello, I've been redesigning Bueno and have moved the nav bar below the header. But now the header has too much white space above. How can i get rid of that space so that the header is tight against the top of the page?

    our site is here

    The blog I need help with is seandodson.wordpress.com.

  2. Give this a try and see if it gets you what you want. It still leaves some white space.

    #header {
    padding-top: 0;
    }
  3. Thanks for this, and apologies for the duplication, I'll resolve the previous request. thesacredpath, thanks, that does move the header, but it also pushes the navbare into the main columns -- and lots of white space above. I just don't get how to place the header right at the top. Any ideas?

  4. It's OK. I solved it. In line 214, I just added

    top:-110px;

    and that shoved it back to the top.

    Many thanks for your help

Topic Closed

This topic has been closed to new replies.

About this Topic