Title: Resizing header image
Last modified: August 22, 2016

---

# Resizing header image

 *  Resolved [MacMediaMarketing](https://wordpress.org/support/users/macmediamarketing/)
 * (@macmediamarketing)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/help-resizing-header-image/)
 * Hi All,
 * I’d appreciate some help finding the header dimensions in the CSS. This theme
   has limited my header dimensions to 500×52 and auto-crops my image. I’d like 
   to make the new dimensions 1265×110 so that I can fill the entire header bar 
   with a landscape image.
 * Thanks so much in advance!
    Mac

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

 *  Thread Starter [MacMediaMarketing](https://wordpress.org/support/users/macmediamarketing/)
 * (@macmediamarketing)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/help-resizing-header-image/#post-5472611)
 * The website is [http://www.visioncod.com/testing](http://www.visioncod.com/testing)
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/help-resizing-header-image/#post-5472770)
 * Wow, that’s really strange that the theme would crop the image so small.
 * So, what you can do is instead of having a header image is to set the background
   of the site-name container by adding a CSS rule:
 *     ```
       #header #site-name {
          background: url('http://visioncod.com/testing/wp-content/uploads/header-image.jpg');
          background-size: cover;
       }
       ```
   
 * Change the **url** value to a location where you’ve uploaded a header image. 
   The only problem with this technique is that the image won’t be responsive, i.
   e., it won’t shrink in size to different viewport settings, but it looks like
   the theme isn’t responsive anyway, so it probably doesn’t matter.
 *  Thread Starter [MacMediaMarketing](https://wordpress.org/support/users/macmediamarketing/)
 * (@macmediamarketing)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/help-resizing-header-image/#post-5472795)
 * You are the greatest! This worked perfectly, and my header looks much better.
 * Thank you so much for your help!!
    Mac

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

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [MacMediaMarketing](https://wordpress.org/support/users/macmediamarketing/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/help-resizing-header-image/#post-5472795)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
