Title: Remove gap between header image and navmenu
Last modified: August 24, 2018

---

# Remove gap between header image and navmenu

 *  Resolved [szecsenke](https://wordpress.org/support/users/szecsenke/)
 * (@szecsenke)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-gap-between-header-image-and-navmenu/)
 * Hello!
 * I’d just like a solution to removing the 5px gap between the header image and
   the navmenu for this site in the making
 * Thanks in advance for any reply!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-gap-between-header-image-and-navmenu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-gap-between-header-image-and-navmenu/#post-10620898)
 * Hello [@szecsenke](https://wordpress.org/support/users/szecsenke/),
 * Please add below style to your custom stylesheet using an editor.
 *     ```
       .site-branding img {
           vertical-align: top;
       }
       ```
   
 *  Thread Starter [szecsenke](https://wordpress.org/support/users/szecsenke/)
 * (@szecsenke)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-gap-between-header-image-and-navmenu/#post-10620984)
 * Thanks you!
    Can you also help me removing the gap above the header image please?
 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-gap-between-header-image-and-navmenu/#post-10621011)
 * [@szecsenke](https://wordpress.org/support/users/szecsenke/),
 * To remove top space from header all you need to set padding for the `#page` as
   below
 *     ```
       #page {
           margin: 0em auto 0;
       }
       ```
   
 *  Thread Starter [szecsenke](https://wordpress.org/support/users/szecsenke/)
 * (@szecsenke)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/remove-gap-between-header-image-and-navmenu/#post-10621045)
 * Thank you, youre amazing!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove gap between header image and navmenu’ is closed to new replies.

## Tags

 * [container](https://wordpress.org/support/topic-tag/container/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [navmenu](https://wordpress.org/support/topic-tag/navmenu/)
 * [wrapper](https://wordpress.org/support/topic-tag/wrapper/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [szecsenke](https://wordpress.org/support/users/szecsenke/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/remove-gap-between-header-image-and-navmenu/#post-10621045)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
