Title: Remove wrapper padding in header?
Last modified: August 19, 2016

---

# Remove wrapper padding in header?

 *  [lynnetteelaine](https://wordpress.org/support/users/lynnetteelaine/)
 * (@lynnetteelaine)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/remove-wrapper-padding-in-header/)
 * I want to remove the padding around my header so the header image is flush with
   the background on top, right and left. I can do this by removing the padding 
   in the wrapper, but this results in losing the padding in the content area of
   the blog.
 * I was able to get around this by making the background color of the header the
   same html color and by making the header image wider, these changes fixed the
   top and right sides, but I still have a 20px padding on the left side of my header.
 * How can I get rid of padding on my header without losing the padding on the content
   section?
 * [http://theitgirlproject.com](http://theitgirlproject.com)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/remove-wrapper-padding-in-header/#post-1903077)
 * Try adding `margin-left: -20px;` to:
 *     ```
       #branding img {
           border: medium none;
           clear: both;
           display: block;
       }
       ```
   
 * in style.css.
 *  Thread Starter [lynnetteelaine](https://wordpress.org/support/users/lynnetteelaine/)
 * (@lynnetteelaine)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/remove-wrapper-padding-in-header/#post-1903081)
 * Awesome! That did itT Thanks so much …
 * Now, I’ve got one other issue though – I just checked to see how it looked in
   Firefox, and for some reason all my content is over to the right outside of the
   wrapper …. ugh, what’s going on? Can’t find where/why this is happening? It wasn’t
   a result of adding the code you directed, it was something I did when I was trying
   to figure it out before …
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/remove-wrapper-padding-in-header/#post-1903088)
 * Ah! I thought the design was intended to be a horizontally scrolling one! 🙂
 * Start by sorting out the [markup errors](http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Ftheitgirlproject.com%2F).
   Then move onto the [CSS errors](http://jigsaw.w3.org/css-validator/validator?profile=css3&warning=0&uri=http%3A%2F%2Ftheitgirlproject.com%2F).
   
   [http://codex.wordpress.org/Validating_a_Website](http://codex.wordpress.org/Validating_a_Website)

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

The topic ‘Remove wrapper padding in header?’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/remove-wrapper-padding-in-header/#post-1903088)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
