Title: Header Height
Last modified: May 20, 2017

---

# Header Height

 *  Resolved [Question](https://wordpress.org/support/users/notonlyguinness/)
 * (@notonlyguinness)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/)
 * Hi,
 * Would it be possible to reduce the height of the header?
 * Thanks

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

 *  Theme Author [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/#post-9154163)
 * Are you talking about the homepage or inner pages?
 *  Thread Starter [Question](https://wordpress.org/support/users/notonlyguinness/)
 * (@notonlyguinness)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/#post-9157204)
 * Hi again 🙂
 * I’m talking about the home page.
 *  Theme Author [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/#post-9161252)
 * You can add the following CSS to change that:
 *     ```
       .intro .cover-container {
           padding: 100px 0;
       }
       ```
   
 * By default the padding is 100px, so you can add more there to make it bigger.
   Hope this helps. 🙂
 *  Thread Starter [Question](https://wordpress.org/support/users/notonlyguinness/)
 * (@notonlyguinness)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/#post-9167363)
 * Hi again,
 * Many thanks for your information, however, when I add this code and try to change
   the 100 for other numbers it just moves the avatar from the top and goes more
   down.
 * I would like to make the header section smaller, the size on the other pages 
   is perfect.
 * Thanks for your patience.
 *  Theme Author [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/#post-9169655)
 * If you want to make it smaller than you can decrease the padding from 100px to
   something lower. Let me know if I’m getting your question correctly. 🙂
 *  Thread Starter [Question](https://wordpress.org/support/users/notonlyguinness/)
 * (@notonlyguinness)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/#post-9224426)
 * Hi again Hardeep,
 * When I add this code, it moves the height of the Text contained on the intro 
   section, but does not reduce the height of itself.
 * Any other idea?
    Many thanks
 *  Theme Author [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/#post-9225508)
 * Sorry but can you explain that? 🙂
 *  Thread Starter [Question](https://wordpress.org/support/users/notonlyguinness/)
 * (@notonlyguinness)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/#post-9228644)
 * Hi again,
 * I have finally fix it adding this code.
 * .intro {
    height: 400px;
 * }
 * Thanks
 *  Theme Author [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * (@hardeepasrani)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/#post-9232314)
 * Awesome! I’m glad to know that. 🙂

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

The topic ‘Header Height’ is closed to new replies.

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

## Tags

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

 * 9 replies
 * 2 participants
 * Last reply from: [Hardeep Asrani](https://wordpress.org/support/users/hardeepasrani/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/header-height-9/#post-9232314)
 * Status: resolved