Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #260361
    cinnamon21
    Participant

    1. How do I decrease the size of my logo?
    2. Reduce padding above and below logo?
    3. Reduce padding between menu and page title?

    Thank You!!

    #260381
    Skandha
    Participant

    @cinnamon21: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To reduce size of the logo */
    .custom-logo {
        max-width: 150px;
    }
    
    /* To reduce padding above and below the logo
    .site-header-main {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    /*To reduce the padding between menu and page title
    .home #content {
        padding-top: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #260398
    cinnamon21
    Participant

    Thanks!

    The first one works but not the padding codes. I see no changes..

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Size of logo, padding’ is closed to new replies.