Need help? Check out our Support site, then


Moving the header above the nav bar in Bueno

  1. Hello, I've been tearing my hair out trying to work out how to do this. I would really like for the header to be at the top of the page with the nav bar below. But where to start? Could you point me in the direction of which bit of the CSS to alter?

    Our site here: Journalism at Leeds Metropolitan

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

  2. That worked a treat (thank you). The nav bar is now in a good place. But would you happen to know how to remove the white space above the header?

  3. I checked http://journalismatleedsmetropolitan.com/ and it looks like you were able to change the placement of the header for your site in this CSS block:

    #header {
    	padding:45px 0;
    	clear:both;
    	position:relative;
    	top:-110px;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic