Title: remove empty space on header
Last modified: August 21, 2016

---

# remove empty space on header

 *  Resolved [aristosv](https://wordpress.org/support/users/aristosv/)
 * (@aristosv)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-empty-space-on-header/)
 * I would like to remove the empty space as shown in the screen shot. How can I
   do that?
 * [http://i62.tinypic.com/2cnzcch.png](http://i62.tinypic.com/2cnzcch.png)
 * This is the website
    [http://www.stellaitalou.com/](http://www.stellaitalou.com/)

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

 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-empty-space-on-header/#post-5061666)
 * Add this code on the Custom CSS option:
 *     ```
       #header {min-height: 0;}
       ```
   
 * [http://ronangelo.com/frontier-documentation/](http://ronangelo.com/frontier-documentation/)
 *  Thread Starter [aristosv](https://wordpress.org/support/users/aristosv/)
 * (@aristosv)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-empty-space-on-header/#post-5061710)
 * Thanks that worked.
    If I don’t want to use the custom CSS option, what must 
   I add onmy child theme, that will have the same effect?
 * I’m asking because I tried using what you provided, but it didnt work.
 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-empty-space-on-header/#post-5061732)
 * > what must I add onmy child theme, that will have the same effect?
 * You add the same thing on the child-theme’s style.css
 * > I’m asking because I tried using what you provided, but it didnt work.
 * I’m looking at your site right now and the css code is being applied correctly.

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

The topic ‘remove empty space on header’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/remove-empty-space-on-header/#post-5061732)
 * Status: resolved