Support » Theme: Twenty Twenty-One » Mobile tiny logo

Viewing 3 replies - 1 through 3 (of 3 total)
  • @basscan : just checked on my iphone XR, the logo looks small-ish in portrait but very well pro-portioned in landscape

    btw: have to tried to remove the logo and replace it with a different size/resolution version?

    Moderator Mel Choyce-Dwan

    (@melchoyce)

    If you want to increase the size of the logo on mobile, try adding something like this to Customize > Additional CSS in your admin:

    @media only screen and (max-width: 481px) {
    .site-logo .custom-logo {
        max-width: 170px;
    }
    }

    You’ll want to test on a smaller phone to make sure the logo doesn’t overlap with the menu, though. If it does, you can try something smaller like 150px.

    Thread Starter basscan

    (@basscan)

    ok thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile tiny logo’ is closed to new replies.