• Resolved stayawakeblogger

    (@stayawakeblogger)


    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: https://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: https://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

    (@stayawakeblogger)

    I added the below to the custom CSS editor within the Activello customization settings:

    #logo {
    padding: 10px 0 10px 0;
    text-align: center;
    }

    Hi @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

    Then, how to remove padding in category/tag page? https://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;
    }

    Resolved wit code

    .archive #page .post-inner-content {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    @alakulihal Awesome great to see you got that resolved but please note that as per the?Forum Welcome,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.