Home Forums Free Themes Education Hub When removing the logo, the header.jpg becomes too small.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #63714
    siebart1958
    Participant

    Hello,
    when removing the logo, the header.jpg becomes too small.
    The URL is: “https://jp58-61.de”.

    Best Regards from Germany.

    Hansjörg Siebart

    #63816
    wensolutions
    Keymaster

    Hello @siebart1958,

    To increase the header height even without the logo, use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    a.custom-logo-link {
        display: none;
    }
    
    .site-header {
        padding: 90px 0;
    }

    Hope this helps.

    Best Regards!!

    #63828
    siebart1958
    Participant

    Hello Keymaster,
    thank you so much for your speedy assistance. It works.
    Best Regards from Germany.
    Hansjörg Siebart

    #63853
    wensolutions
    Keymaster

    Hello @siebart1958,

    Nice to know that your issue is resolved.

    If you have any issue further, please feel free to post.

    Best Regards!!

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