Home Forums Pro Themes Education Hub Pro Logo very hard to see on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #50845
    Amy Davidshofer
    Participant

    When viewing website on mobile phone, the logo resizes so small that you cannot read it with a bunch of white space around it. Is there a way to be sure logo is a minimum width so can be sure readable?

    #50928
    wensolutions
    Keymaster

    Hello @adavidshofer,

    To increase the width of the logo in mobile view use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS add paste below given CSS.

    @media only screen and (max-width: 767px)
    {
    .custom-logo-link, .site-logo-link { 
        max-width: 175px;
    }
    }

    Hope this helps .

    Best Regards!!

    #51007
    Amy Davidshofer
    Participant

    Thanks for your help! That worked perfectly!

    #51058
    wensolutions
    Keymaster

    Hello @adavidshofer,

    Glad we could help you .

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

    Best Regards!!

    Have a good day.

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