Title: Large gap between header and content
Last modified: August 21, 2016

---

# Large gap between header and content

 *  Resolved [alexettinger](https://wordpress.org/support/users/alexettinger/)
 * (@alexettinger)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/large-gap-between-header-and-content/)
 * I have a very large gap between the header content and the actual content of 
   my homepage (currently using a static page). See here: [http://www.alexettinger.com/](http://www.alexettinger.com/)
   Is there any way to get rid of this? It’s there to a lesser extent on my subsequent
   pages as well (for example, [http://www.alexettinger.com/portfolio/architecturalphotography/](http://www.alexettinger.com/portfolio/architecturalphotography/)).
 * Thanks!

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

 *  [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * (@somewhatrounded)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/large-gap-between-header-and-content/#post-4880159)
 * Eeks! Quite the gap!
 * This should fix it up: (using either a Child Theme or Custom CSS plugin)
 *     ```
       .single .hentry, .error404 .hentry, .page .hentry, .search-no-results .no-results {
           padding: 0 130px;
       }
       .entry-content, .entry-summary {
           margin:0;
       }
       ```
   
 *  Thread Starter [alexettinger](https://wordpress.org/support/users/alexettinger/)
 * (@alexettinger)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/large-gap-between-header-and-content/#post-4880277)
 * That seems to have worked… thank you so much!
 *  [mbg917](https://wordpress.org/support/users/mbg917/)
 * (@mbg917)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/large-gap-between-header-and-content/#post-4880381)
 * Hi all – Sorry to jump in on the conversation late in the game. I’m having the
   same problem, and after trying the code above, it didn’t seem to work. Any ideas
   on why the large gap here: [](http://www.athletesfinancial.com/home/)
 * Thank you so much!
    Mike

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

The topic ‘Large gap between header and content’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [mbg917](https://wordpress.org/support/users/mbg917/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/large-gap-between-header-and-content/#post-4880381)
 * Status: resolved