Title: edit custom header height
Last modified: January 5, 2020

---

# edit custom header height

 *  [mawelch](https://wordpress.org/support/users/mawelch/)
 * (@mawelch)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/edit-custom-header-height/)
 * I want to increase the height of the custom header, significantly (similar to
   the image in WP2017 theme). I changed the width and height set in the `wp_bootstrap_starter_custom_header_setup`
   in my Child Theme’s function.php, and used the “no cropping” selection. I see
   it is recognized in customizer `Your theme recommends dimensions of 2000 × 1200
   pixels.` But it is still loading with default height. I can’t find any other 
   selectors to change. Can you help?
 *     ```
       function child_wp_bootstrap_starter_custom_header_setup() {
       	add_theme_support( 'custom-header', apply_filters( 'child_wp_bootstrap_starter_custom_header_args', array(
       		'default-image'          => '',
       		'default-text-color'     => 'fff',
       				'width'            => 2000,
       				'height'           => 1200,
       				'flex-height'      => true,
       				'video'            => true,
       		'wp-head-callback'       => 'wp_bootstrap_starter_header_style',
       	) ) );
       }
       add_action( 'after_setup_theme', 'child_wp_bootstrap_starter_custom_header_setup' );
       ```
   
    -  This topic was modified 6 years, 5 months ago by [mawelch](https://wordpress.org/support/users/mawelch/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fedit-custom-header-height%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Afterimage Designs](https://wordpress.org/support/users/afterimagedesigns/)
 * (@afterimagedesigns)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/edit-custom-header-height/#post-12307109)
 * Hi [@mawelch](https://wordpress.org/support/users/mawelch/),
 * Thanks for using our theme. I’ve checked the issue on my end and I would suggest
   to adjust the banner using custom CSS rather creating the function. Kindly adjust
   this element [http://prntscr.com/ql5vi2](http://prntscr.com/ql5vi2) to increase
   the banner height.
 * Please let me know if this fix your issue.

Viewing 1 replies (of 1 total)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wp-bootstrap-starter/3.3.6/screenshot.
   png)
 * WP Bootstrap Starter
 * [Support Threads](https://wordpress.org/support/theme/wp-bootstrap-starter/)
 * [Active Topics](https://wordpress.org/support/theme/wp-bootstrap-starter/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wp-bootstrap-starter/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wp-bootstrap-starter/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Afterimage Designs](https://wordpress.org/support/users/afterimagedesigns/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/edit-custom-header-height/#post-12307109)
 * Status: not resolved