Title: Minimize Padding Around Logo
Last modified: September 1, 2016

---

# Minimize Padding Around Logo

 *  Resolved [stayawakeblogger](https://wordpress.org/support/users/stayawakeblogger/)
 * (@stayawakeblogger)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/minimize-padding-around-logo/)
 * Hello,
 * I’m looking to minimize the space above and below my logo.
 * I like the layout of the page when my logo isn’t present – the slider is placed
   properly and you are able to see the tops of my profile picture and recent posts.
 * _example:_ [http://imgur.com/a/l2int](http://imgur.com/a/l2int)
 * However, when the logo is added, those get pushed down so only part of the slider
   is visible and nothing else.
 * _example:_ [http://imgur.com/a/w5HaF](http://imgur.com/a/w5HaF)
 * I would like to essentially insert the head into the blank space that exists 
   when the logo isn’t there, keeping the slider and other content aligned where
   they are in the first image.
 * Thank you!

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

 *  Thread Starter [stayawakeblogger](https://wordpress.org/support/users/stayawakeblogger/)
 * (@stayawakeblogger)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/minimize-padding-around-logo/#post-7703033)
 * I added the below to the custom CSS editor within the Activello customization
   settings:
 * #logo {
    padding: 10px 0 10px 0; text-align: center; }
 *  [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/minimize-padding-around-logo/#post-7703179)
 * Hi [@stayawakeblogger](https://wordpress.org/support/users/stayawakeblogger/),
 * Thank you for your question.
 * You can try achieving this by adding the following CSS code in the Custom CSS
   option of your theme on the below path.
 * Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom
   CSS
 *     ```
       div#logo {
           padding: 10px 0 10px 0;
       }
       ```
   
 * Best Regards,
    Vinod Dalvi
 *  [alakulihal](https://wordpress.org/support/users/alakulihal/)
 * (@alakulihal)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/minimize-padding-around-logo/#post-7703195)
 * Then, how to remove padding in category/tag page? [http://prntscr.com/cas98i](http://prntscr.com/cas98i)
 * I use this code to remove category in category page
 *     ```
       #main > .page-header h1.page-title,
       body.page h1.entry-title {
           display: none;
       }
       ```
   
 *  [alakulihal](https://wordpress.org/support/users/alakulihal/)
 * (@alakulihal)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/minimize-padding-around-logo/#post-7703196)
 * Resolved wit code
 *     ```
       .archive #page .post-inner-content {
           margin-top: 0;
           padding-top: 0;
           margin-bottom: 30px;
           padding-bottom: 0;
       }
       ```
   
 *  [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/minimize-padding-around-logo/#post-7703249)
 * [@alakulihal](https://wordpress.org/support/users/alakulihal/) Awesome great 
   to see you got that resolved but please note that as per the [Forum Welcome](http://codex.wordpress.org/Forum_Welcome#Where_To_Post),
   you should post your own topic and do not post questions on others topic.

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

The topic ‘Minimize Padding Around Logo’ is closed to new replies.

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

## Tags

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

 * 5 replies
 * 3 participants
 * Last reply from: [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/minimize-padding-around-logo/#post-7703249)
 * Status: resolved