• My site logo on mobile is very small, and the customizer does not give me the option to increase it beyond 220 pixels. This is not a problem for desktop or tablet views.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Branko

    (@brankoconjic)

    Hey @whattheshed518,

    Logo max height slider should allow up to 1000px. But you can also enter any value into the field next to the slider.

    Screenshot.

    Thread Starter whattheshed518

    (@whattheshed518)

    Yes, I understand it should allow more than 220px, but when I inspect the image, there is CSS that says:

    .sinatra-logo img {
    max height: 220px;
    }

    This is obviously the issue and I need to know how to fix it.

    Branko

    (@brankoconjic)

    @whattheshed518,

    I’m not sure where that is coming from, but you can add the following CSS code to “Additional CSS” field in the Customizer to override that CSS:

    .site .sinatra-logo img {
        max-height: none;
    }

    Let me know if that worked for you.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo Max Height’ is closed to new replies.