Title: Full Width Header Issue
Last modified: August 31, 2016

---

# Full Width Header Issue

 *  [brumleyj33](https://wordpress.org/support/users/brumleyj33/)
 * (@brumleyj33)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-header-issue/)
 * I am building a site,thefirefightonline.com, using the theme “New Gamer.” When
   I download a custom header image, the graphic is limited to 300x 80px. Any suggestions
   on how I can change the header.php coding to allow for an image that ends up 
   being closer to 960x 300?

Viewing 1 replies (of 1 total)

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-header-issue/#post-7284800)
 * The theme you are using hasn’t been update for years, and it seems that theme
   author has been missing too. So I would suggest changing theme, there are plenty
   of good themes that keep up with recent WordPress update.
 * So anyway, since this theme has fixed width layout, we can simply make the header
   area fixed width and assign our big logo as background image.
 * To do this, first we need to install a Custom CSS plugin, pick one that is simple
   and install and activate it
    [https://wordpress.org/plugins/search.php?q=custom+css](https://wordpress.org/plugins/search.php?q=custom+css)
 * Upload the big logo image (960×300) via Media Library, just upload the image 
   and get the image URL. Once we have our image URL, replace the image URL in this
   code and use the code in Custom CSS
 *     ```
       .site-logo {
       	display: none;
       }
   
       #header a {
       	background: url("http://dummyimage.com/960x300/eeeeee/000000.png") repeat scroll 0 0;
       	display: block;
       	height: 300px;
       	width: 960px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Full Width Header Issue’ is closed to new replies.

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-header-issue/#post-7284800)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
