Title: header height modification
Last modified: August 24, 2016

---

# header height modification

 *  Resolved [juanyo](https://wordpress.org/support/users/juanyo/)
 * (@juanyo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-height-modification/)
 * hello everybody! amazing theme.!
    I would like to enlarge the height of the header
   and that the image fits there. is this possible? thank you

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

 *  [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * (@sdavis2702)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-height-modification/#post-5998406)
 * Hi, juanyo. As I believe you already noticed, the header is designed to fit the
   image into a maximum height of 150px. You absolutely can adjust the height to
   fit in a bigger image but it will require more than just one CSS adjustment. 
   You’ll want to do this in either your child theme style.css file or perhaps a
   custom CSS plugin.
 * Increase the height of the area holding the image:
 *     ```
       .top {
         height: 180px;
       }
       ```
   
 * Increase the height of the header to handle the above adjustment.
 *     ```
       .header-wrap {
         height: 250px;
       }
       ```
   
 * You’d adjust the pixel count as needed.
 *  Thread Starter [juanyo](https://wordpress.org/support/users/juanyo/)
 * (@juanyo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-height-modification/#post-5998493)
 * That sounds logical and it works! Sometimes the solution is in front of you and
   you do not. thank you very much for guiding me [sdavis2702](http://seandavis.co/)
 *  [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * (@sdavis2702)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-height-modification/#post-5998577)
 * No problem at all. Glad I could help.

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

The topic ‘header height modification’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Sean Davis](https://wordpress.org/support/users/sdavis2702/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/header-height-modification/#post-5998577)
 * Status: resolved