Title: Reducing padding around header?
Last modified: October 18, 2019

---

# Reducing padding around header?

 *  [iletarwa](https://wordpress.org/support/users/iletarwa/)
 * (@iletarwa)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/reducing-padding-around-header/)
 * My logo is showing a bit too small for my tastes, the padding on the left and
   right is too big. Is there any way to reduce it just for the header/logo and 
   not for the rest of the sidebar?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Freducing-padding-around-header%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/reducing-padding-around-header/#post-12065248)
 * Hi! Try adding this as additional css:
 *     ```
       @media only screen and (min-width: 1024px) {
       .site-title { margin: 0 -30px; }
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Reducing padding around header?’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/reducing-padding-around-header/#post-12065248)
 * Status: not resolved