Title: header spacing / padding &#8211; how to remove
Last modified: August 21, 2016

---

# header spacing / padding – how to remove

 *  [kellyalan](https://wordpress.org/support/users/kellyalan/)
 * (@kellyalan)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/header-spacing-padding-how-to-remove/)
 * hello
 * I’d like my custom logo to take up the full width and height of the Attitude 
   theme header space — does anyone know the CSS to do this? I’ve tried a few things
   such as h.group-wrap but that only goes so far.
 * I’m building on my local host otherwise I would link.
 * The set up for the theme says narrow slider images should be 1038 — I’d like 
   my header also that say width

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

 *  [rahul3010](https://wordpress.org/support/users/rahul3010/)
 * (@rahul3010)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/header-spacing-padding-how-to-remove/#post-4417106)
 * Add this into Theme options->Custom CSS. It worked for me. Change Padding-top
   and bottom according to your need.
 * #site-logo
    { float: left; margin-top: 0px; }
 * .hgroup-wrap
    { padding-top: 10px; padding-bottom: 10px; }
 *  Thread Starter [kellyalan](https://wordpress.org/support/users/kellyalan/)
 * (@kellyalan)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/header-spacing-padding-how-to-remove/#post-4417112)
 * Thanks for the reply
 * I put your code it, now I need to rework the logo — I’ll let you know =)

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

The topic ‘header spacing / padding – how to remove’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/attitude/4.0.5/screenshot.png)
 * Attitude
 * [Support Threads](https://wordpress.org/support/theme/attitude/)
 * [Active Topics](https://wordpress.org/support/theme/attitude/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/attitude/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/attitude/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [kellyalan](https://wordpress.org/support/users/kellyalan/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/header-spacing-padding-how-to-remove/#post-4417112)
 * Status: not resolved