Title: How to decrease space between menu/header &amp; menu/posts?
Last modified: November 18, 2016

---

# How to decrease space between menu/header & menu/posts?

 *  [kaitlinkuehner](https://wordpress.org/support/users/kaitlinkuehner/)
 * (@kaitlinkuehner)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-decrease-space-between-menuheader-menuposts-2/)
 * How do I decrease space between the top menu and the header & the top menu and
   the posts? [http://www.coldcoffeeblessings.com](http://www.coldcoffeeblessings.com)

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

 *  [Giorgio25b](https://wordpress.org/support/users/giorgio25b/)
 * (@giorgio25b)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-decrease-space-between-menuheader-menuposts-2/#post-8455244)
 *     ```
       .bg-image-header .site-branding, 
       .home-header-bg .site-branding {
           padding-bottom: 0;
       }
       ```
   
 * if it does not work put !important after the 0 and before the ;
 * Hope it helps
 *  Thread Starter [kaitlinkuehner](https://wordpress.org/support/users/kaitlinkuehner/)
 * (@kaitlinkuehner)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-decrease-space-between-menuheader-menuposts-2/#post-8457909)
 * THANKS! Is there a way to eliminate the space under the menu & before the 1st
   blog post? There is supposed to be the “Blog Title/Description” there, but I 
   don’t want to use it.
 *  [Giorgio25b](https://wordpress.org/support/users/giorgio25b/)
 * (@giorgio25b)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-decrease-space-between-menuheader-menuposts-2/#post-8457957)
 * Depending on what you want to do there are a couple of ways:
 *     ```
       .home .blog_page_titles {
           display: none;
       }
       ```
   
 * or
 *     ```
       .blog .blog_page_titles {
           margin-bottom: 0;
       }
       ```
   
 * This solutions assume that this is only for the home page and/or for the blog
   page, in your case right now is both since you are displaying the blog on the
   home page. The bottom line is that you can exchange .home and .blog in this particular
   case but if you go for the display: none; you gain more space than just reducing
   to 0 the margin-bottom.
    If solution 2 does not work try to add !important between
   0 and ;
 * Hope it helps
    G.

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

The topic ‘How to decrease space between menu/header & menu/posts?’ is closed to
new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/gateway/2.4/screenshot.png)
 * Gateway
 * [Support Threads](https://wordpress.org/support/theme/gateway/)
 * [Active Topics](https://wordpress.org/support/theme/gateway/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/gateway/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/gateway/reviews/)

## Tags

 * [blog-title](https://wordpress.org/support/topic-tag/blog-title/)
 * [Header Padding](https://wordpress.org/support/topic-tag/header-padding/)

 * 3 replies
 * 2 participants
 * Last reply from: [Giorgio25b](https://wordpress.org/support/users/giorgio25b/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-decrease-space-between-menuheader-menuposts-2/#post-8457957)
 * Status: not resolved