Title: Header size
Last modified: August 21, 2016

---

# Header size

 *  [c_barnes_21](https://wordpress.org/support/users/c_barnes_21/)
 * (@c_barnes_21)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/header-size-14/)
 * Does anyone know how to make the header image smaller.
 * kalamazooadhd.com

Viewing 1 replies (of 1 total)

 *  [kaisuess](https://wordpress.org/support/users/kaisuess/)
 * (@kaisuess)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/header-size-14/#post-5082962)
 * It looks like your theme is sizing your header image based on the following CSS:
 *     ```
       .header-image {
       width: 100%;
       height: auto;
       }
       ```
   
 * If you you change the width, it should make the image appear smaller. If you 
   also want it centered (since it displays flush left when it’s smaller) you can
   add the following to the end of the above code:
 *     ```
       .header-image {
       width: 100%;
       height: auto;
       margin: 0 auto;
       display: block;
       }
       ```
   
 * I’m not sure this is exactly what you’re looking for, but I hope it helps!

Viewing 1 replies (of 1 total)

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

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

 * 1 reply
 * 2 participants
 * Last reply from: [kaisuess](https://wordpress.org/support/users/kaisuess/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/header-size-14/#post-5082962)
 * Status: not resolved