Title: Header image height
Last modified: August 19, 2016

---

# Header image height

 *  Resolved [shelleyann](https://wordpress.org/support/users/shelleyann/)
 * (@shelleyann)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-height/)
 * I am trying to change the size of the header image location height. see [link
   redacted]. There is too much space between the logo and the menu. I have looked
   at the css styles for hours but can’t figure out how to reduce this height space.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-height/#post-1697985)
 * The header width and height are defined in the theme’s functions.php file:
 *     ```
       define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 940 ) );
           define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 198 ) );
       ```
   
 * Ideally, you should create a [child theme](http://codex.wordpress.org/Child_Themes)
   and use something like:
 *     ```
       add_filter( 'twentyten_header_image_height', 'my_header_height' );
       function my_header_height($height) {
           $height = 100;
           return $height;
       }
       ```
   
 * in the child’s functions.php file to redefine the header height.
 *  Thread Starter [shelleyann](https://wordpress.org/support/users/shelleyann/)
 * (@shelleyann)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-height/#post-1698002)
 * Wow thank you so much, I have spent hours tryng to figure out how to change this
   and the title tag “Action Pest Control Log” This line takes up too much space
   in the height. How do I change the height for this area? Thanks again 🙂
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-height/#post-1698014)
 * Edit style.css:
 *     ```
       #wrapper {
       background:#fff;
       margin-top:20px;
       padding:0 20px;
       }
       ```
   
 * and remove `margin-top:20px;`.
 *  Thread Starter [shelleyann](https://wordpress.org/support/users/shelleyann/)
 * (@shelleyann)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-height/#post-1698037)
 * thank you thank you very very much. Do you know how I remove the link from this
   forum to [link redacted]?
 *  Thread Starter [shelleyann](https://wordpress.org/support/users/shelleyann/)
 * (@shelleyann)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-height/#post-1698048)
 * the link that I want to remove is ontariobedbugs.com
 *  Thread Starter [shelleyann](https://wordpress.org/support/users/shelleyann/)
 * (@shelleyann)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-height/#post-1698049)
 * ok I see it is gone…thanks so much and thank you for your help tonight.

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

The topic ‘Header image height’ is closed to new replies.

 * 6 replies
 * 2 participants
 * Last reply from: [shelleyann](https://wordpress.org/support/users/shelleyann/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-height/#post-1698049)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
