Title: 2012 Theme Header Image
Last modified: August 20, 2016

---

# 2012 Theme Header Image

 *  [dereklink](https://wordpress.org/support/users/dereklink/)
 * (@dereklink)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/2012-theme-header-image/)
 * Hello, I inserted an image in the header.php and it appears but aligns along 
   a margin on the left that I can’t get rid of. I put in align code left so it’s
   in the theme code and is not the way the image is aaligning. Also, the image 
   is oversized at 1800px width. Here is the site – [http://edenvalleycare.com](http://edenvalleycare.com)
   I want the image to span the header edge to edge. Can anyone assist? Thanks, 
   Derek

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/2012-theme-header-image/#post-3448106)
 * most of the white space on top is from the site title and description – even 
   if left empty in ‘settings – general’;
 * the while left and right is from the padding in the styles of `.site` and `body.
   site`
 * try using a browser inspection tool (like Firefox’ web developer add-on or simialr)
   to find out where these spaces are coming from.
 * these styles seem to quick-fix the issue:
 *     ```
       body .site, .site { padding: 0; margin-top:24px; box-shadow: none; }
       .site-title, .site-description { display: none; }
       ```
   
 * but there are further problems with the fixed header image width, when you narrow
   the browser width.
 *  Thread Starter [dereklink](https://wordpress.org/support/users/dereklink/)
 * (@dereklink)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/2012-theme-header-image/#post-3448113)
 * Hi thank you for answering. I will try those codes and see if they’ll do the 
   trick. Do you recommend adding them to the bottom o fthe CSS or do they go somewhere
   else?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/2012-theme-header-image/#post-3448114)
 * the styles should go to the bottom of style.css,
 * unless you find the actual lines and edit them.
 *  Thread Starter [dereklink](https://wordpress.org/support/users/dereklink/)
 * (@dereklink)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/2012-theme-header-image/#post-3448127)
 * OK thanks, I tried it but it doesn’t remove that white space to the left of the
   image. Can’t see what is compressing it like that.

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

The topic ‘2012 Theme Header Image’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [dereklink](https://wordpress.org/support/users/dereklink/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/2012-theme-header-image/#post-3448127)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
