Title: Logo header image resize
Last modified: August 17, 2017

---

# Logo header image resize

 *  Resolved [ericaski](https://wordpress.org/support/users/ericaski/)
 * (@ericaski)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/logo-header-image-resize/)
 * Trying to increase the size of the logo in the header. I’ve increased the image
   size, and put the width + height (400×90) in the code. However, the only element
   that sizing changes is the wrap for the logo image. The image itself stays the
   same size, positioned in the upper left corner of the wrap. Don’t see a property
   for the image to fill the wrap? Don’t see that there is any padding that can 
   be removed?
 * Using Showroom, a Genesis Child Theme.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogo-header-image-resize%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [chrispink](https://wordpress.org/support/users/chrispink/)
 * (@chrispink)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/logo-header-image-resize/#post-9418667)
 * Because the logo is a background you need to adjust the `background-size`
 *     ```
       .header-image .site-header .title-area {
       	background: url("http://thvcreative.com/wp-content/uploads/2017/08/Logo5-300x68.jpg") no-repeat scroll left top;
       	background-size: 400px 90px;
       }
       ```
   
 * but, unfortunately, the size that is being used is 300 x 68 so it will only display
   properly at that size. You need to find where it’s injected into the theme Appearance
   > Customise and put the logo in at the size you want.
 *  Thread Starter [ericaski](https://wordpress.org/support/users/ericaski/)
 * (@ericaski)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/logo-header-image-resize/#post-9418731)
 * Got it. Thank you. Your advice made me realize the logo was being resized upon
   upload.

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

The topic ‘Logo header image resize’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [ericaski](https://wordpress.org/support/users/ericaski/)
 * Last activity: [8 years, 12 months ago](https://wordpress.org/support/topic/logo-header-image-resize/#post-9418731)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
