Home Forums Pro Themes Education Hub Pro reduce the top & bottom padding between the menu & logo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #96273
    blue_pink
    Participant

    I would like to reduce the top & bottom padding between the navigation bar and the logo. it seems that the codes below do not work !? (i have read a similar post related to this matter (https://themepalace.com/topic/decrease-the-height-header/) Could you please help? thanks.

    #masthead .custom-logo-link img{
    max-height:100px;
    }

    #masthead .site-header {
    padding: 10px 30px 6px;
    }

    #96305
    wensolutions
    Keymaster

    Hello,

    Please attach the below given CSS by going to Admin Panel > Appearence > Customize > Additional CSS

    header#masthead {
        padding: 6px 0;
        min-height: 70px;
    }

    Hope this helps,

    For any further query/confusion, feel free to write back to us,

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.