Title: Page Header Height
Last modified: August 30, 2016

---

# Page Header Height

 *  Resolved [adventuresailing](https://wordpress.org/support/users/adventuresailing/)
 * (@adventuresailing)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/page-header-height/)
 * How can I change the height of the picture inserted in “Page Header Default Background”?
 * You can see my problem here: [http://osloseilevent.no](http://osloseilevent.no).
   The header is simply too small (vertical).
 * Please help!

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

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/page-header-height/#post-6887587)
 *     ```
       div#pageheader {
           height: 425px;
       }
       ```
   
 * Change the 425px to whatever size you’d like!
    Hope that helps!
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/page-header-height/#post-6887845)
 * Hey,
    The height is based on the content and changes with screen sizes if your
   title say takes up two lines. The image is just meant to be a background for 
   that.
 * What I suggest if your wanting the header to be larger is just to increase the
   padding around the page title so the space increases.
 *     ```
       .page-header {
           padding-top: 80px;
           padding-bottom: 80px;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [adventuresailing](https://wordpress.org/support/users/adventuresailing/)
 * (@adventuresailing)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/page-header-height/#post-6887853)
 * Thanks!
    I tried both. This one worked by adding it in the custom css box:
 *     ```
       div#pageheader {
           height: 425px;
       }
       ```
   
 *  I didn’t see any changes when I tried this one in the custom css box:
 *     ```
       .page-header {
           padding-top: 80px;
           padding-bottom: 80px;
       }
       ```
   

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

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

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

 * 3 replies
 * 3 participants
 * Last reply from: [adventuresailing](https://wordpress.org/support/users/adventuresailing/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/page-header-height/#post-6887853)
 * Status: resolved