Title: Adding space after header
Last modified: August 22, 2016

---

# Adding space after header

 *  Resolved [jublong](https://wordpress.org/support/users/jublong/)
 * (@jublong)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/)
 * The most recent Storefront update changed the appearance of my site a bit so 
   the page content and widgets are now positioned immediately after the header 
   bar (navigation menus, etc). Can I add a small amount of spacing under the header
   that will force everything down a bit?

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

 *  [wooassist](https://wordpress.org/support/users/wooassist/)
 * (@wooassist)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826653)
 * I’ve updated my theme with the latest version but I’m not having the same issue
   as you are. Could you post a link to your website so we can check it out?
 * You can also fix this with some CSS, and adding back the `margin-top` for the
   content area and sidebar.
 *  [Hen Limbsy](https://wordpress.org/support/users/hen-limbsy/)
 * (@hen-limbsy)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826819)
 * I have the same problem after updating to Storefront Version 1.3.0. The space
   between the header and stuff below it is just gone. Looking not so pretty 🙂
 * Screen shot of the problem [here](http://www.loverainbowjuice.com/Storefront_Version_1_3_0-space-prob.jpg).
 * Live version [here](http://www.loverainbowjuice.com).
 * Thanks,
    Hen
 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826842)
 * This should be fixed in version 1.3.1.
 *  [nilbu](https://wordpress.org/support/users/nilbu/)
 * (@nilbu)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826843)
 * I have the opposite problem arose. After updating i have a large space between
   the Header and Body. Before I used here is the settings in .css to fix the problem:
 * .hentry .entry-header {
    border-bottom: none; }
 * .header-widget-region {
    display: none; }
 *  One adjustment removes the black stripe, the other – removes header widget region.
 * After updating the settings in .css do not react to the appearance of the page.
   Here – [http://handbird.kz/](http://handbird.kz/)
 * How can I make a minimum of space between the Header and Body?
 *  [Jess](https://wordpress.org/support/users/chibiunicorn/)
 * (@chibiunicorn)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826845)
 * I have the same issue!
 * My website was just about finished! However, as soon as I updated the theme, 
   I noticed some spacing between the main navigation and the image slider (this
   is in the header area).
 * Another thing I noticed is that the spacing doesn’t show in any other pages except
   for the index page.
 * Here’s the link to the website:
    [http://jessicanlessard.com/cwcf2/](http://jessicanlessard.com/cwcf2)
 * Please let me know if the theme will be updated to fix this issue or if there’s
   anything I should do! Thanks!
 *  [nilbu](https://wordpress.org/support/users/nilbu/)
 * (@nilbu)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826848)
 * I temporarily reverted to the previous version…
 *  [MagnusCron](https://wordpress.org/support/users/magnuscron/)
 * (@magnuscron)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826849)
 * You could try to put this in the css styles.
 * .slides:after {
    content:none; }
 *  [Jess](https://wordpress.org/support/users/chibiunicorn/)
 * (@chibiunicorn)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826851)
 * Hi [@magnuscron](https://wordpress.org/support/users/magnuscron/) and everyone
   else,
 * Though the code works for my index page, it affects all my other pages by cutting
   out the image slider. It also removes the spacing between the image slider and
   the content (on every other page).
 * I tested everything out. I know my code isn’t the problem, because I removed 
   all code. Also, I deactivated all my plugins to see if that might be the problem
   and it’s not that either.
 * My site:
    [http://jessicanlessard.com/cwcf2/](http://jessicanlessard.com/cwcf2/)
 * I noticed what the problem was! It has to do with the “Static Front Page” options.
   Right now it’s set to “Home”. However, if I select default (no posts) for “Front
   page” or “Posts page”, then it removes the spacing between the navigation and
   image slider (back to normal).
    [What I’m referring to.](http://i1065.photobucket.com/albums/u398/chibiunicorn/Screen%20Shot%202015-02-28%20at%204.51.37%20PM_zpssx9sgqrk.png)
 * Will there be an Storefront update that can fix the “Static Front Page” options
   pretty soon? I would like to have the ability to set it to “Home”.
 * Thanks,
    Jess
 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826854)
 * [@jess](https://wordpress.org/support/users/jess/): To remove the margin on your
   homepage add the following CSS:
 *     ```
       .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header {
       margin-bottom: 0;
       }
       ```
   
 *  [lofkwprowsm](https://wordpress.org/support/users/dkmajw/)
 * (@dkmajw)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826861)
 * I got some space on my home page by adding a text widget to the header widget
   area. I did not type any text in there, just dragged the text widget into the
   header area in the widgets menu. Now the title no longer bumps the header boundary.
   May not work for everyone or every page but it’s easy to try.
 *  [Jess](https://wordpress.org/support/users/chibiunicorn/)
 * (@chibiunicorn)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826869)
 * [@jameskoster](https://wordpress.org/support/users/jameskoster/)
 * It worked out great! Thanks again!
 * Just hoping this won’t occur on the next WordPress or Storefront update. However,
   so far I really like the theme!
 * : )
 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826870)
 * Glad you like it 🙂 I can’t promise that we’ll _never_ tweak this again, Storefront
   is still young and we’re working out what works best based on early feedback.
   Just remember to check the changelog before doing updates. A staging environment
   is a valuable investment too!
 *  [Hen Limbsy](https://wordpress.org/support/users/hen-limbsy/)
 * (@hen-limbsy)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826883)
 * Just updated to version 1.3.1 and the problem has been solved only on the homepage.
   However, when you go inside posts and pages the problem remains [like this](http://www.loverainbowjuice.com/about-love-juice).

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

The topic ‘Adding space after header’ is closed to new replies.

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

 * 13 replies
 * 8 participants
 * Last reply from: [Hen Limbsy](https://wordpress.org/support/users/hen-limbsy/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/adding-space-after-header/#post-5826883)
 * Status: resolved