Title: Remove header padding
Last modified: August 22, 2016

---

# Remove header padding

 *  [Jessskraft](https://wordpress.org/support/users/jessskraft/)
 * (@jessskraft)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-header-padding/)
 * There is a lot of padding around my header and I was wondering if somebody could
   help me remove it! Thanks so much.
 * [http://www.sprinklesomesugar.com](http://www.sprinklesomesugar.com)

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

 *  [martcol](https://wordpress.org/support/users/hotmale/)
 * (@hotmale)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-header-padding/#post-5688946)
 * .site-header .wrap {
    padding: 12px 35px; }
 * That CSS rule will do the trick I think. You can adjust the px dimensions accordingly.
 * You should think about making these kind of changes in a child theme.
 *  [klhall1987](https://wordpress.org/support/users/klhall1987/)
 * (@klhall1987)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-header-padding/#post-5688947)
 * Hello Jesse!
 * I’m new to WordPress, but I think I can help!
 * In your style.css file in your child theme you have a class called .wrap it is
   set to the following:
 * .wrap {
    display: block; margin: 0 auto; padding: 35px; }
 * Try setting the padding on the bottom to 35px and leaving the rest at 0px. Below
   is an example of how to do that.
 * .wrap {
    display: block; margin: 0 auto; padding: 0px 0px 35px 0px; }
 * I hope that helps, please let me know if that answers your questions!
 * Thanks!
    Kenny
 *  Thread Starter [Jessskraft](https://wordpress.org/support/users/jessskraft/)
 * (@jessskraft)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-header-padding/#post-5689107)
 * Thank you both so much for trying to help, but neither of your solutions worked
   🙁

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

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

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Jessskraft](https://wordpress.org/support/users/jessskraft/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/remove-header-padding/#post-5689107)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
