Mobile header logo size - by Kirill Klassen

This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler

  • Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    July 31, 2019 at 11:36

    Hello,

    Logo in the mobile menu header area is blurry in mobile view. Could you tell me what’s the appropriate size for this position or what’s the problem?

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 31, 2019 at 12:25

    Hello,

    Add this code in Global Custom CSS:

    @media only screen and (max-width: 480px), (max-width: 812px) and (orientation: landscape) {
        .header-logo img {
            max-width: 150px !important;
        }
    }

    Regards

    Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    July 31, 2019 at 12:43

    Thank you!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 31, 2019 at 12:45

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.