Viewing 3 replies - 1 through 3 (of 3 total)
  • shaaawty,

    You have an extended height on your “header” and your “content” has a padding-top of 30px. Reduce these two numbers and your problem is fixed.

    #header {
       height: 360px;
       }
    
    #content {
       padding: 0 0 15px;
       }
    Thread Starter shaaawty

    (@shaaawty)

    hm thats just squashing everything together again…other idea?

    shaaawty,

    Just wanting to clear this up. You are referring to the gap under the header image and above the brown “where to” and green “log in” boxes, correct? I ask because there is no gap appearing below the navgation and the header image.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘gap under navigation’ is closed to new replies.