Home Forums Basel support forum SVG Logo Max Width Mobile

SVG Logo Max Width Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5808

    denisyan
    Participant

    Hello! I’ve noticed that on mobile max width for logo is 100%, which cause too big logo.


    @media
    (max-width: 991px)
    .main-header:not(.header-menu-top) .site-logo img {
    max-width: 100%;
    }

    Can you fix it so the logo remain same? Or maybe somehow to define constant logo size instead of %?

    #5809

    Artem Temos
    Keymaster

    Hello,

    You can easily set your logo width for small screen by adding this code snippet to the Custom CSS for mobile devices in Theme settings

    .site-logo img {
        width: 80px;
    }

    Regards

    #5816

    denisyan
    Participant

    Hi, nope, that does not work.

    Check out my link.

    #5817

    Artem Temos
    Keymaster

    Hi,

    But we don’t see this code snippet added in Custom CSS. Did you add it? Please check.

Viewing 4 posts - 1 through 4 (of 4 total)