• Hi,

    I’m relatively new to WordPress so I would really appreciate your help.

    Here’s a link to the site I’m working on: att6.up.edu.ph

    When I resize the browser window or view the site from a mobile device, there is a giant gap that appears between the header image and the main navigation bar. How can I remove this space so that the nav bar sticks right at the bottom of the header image even upon resizing?

    Thank you very much!

Viewing 1 replies (of 1 total)
  • Hello Marrietto,

    Please try to add this code to your custom .css :

    .site-header .home-link {
    min-height: 190px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
    }

    Where keep mi-height as per your header height.

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Twenty Thirteen] Space appearing between Header image and nav menu’ is closed to new replies.