[Resolved] Mobile Logo Size

Home Forums Support [Resolved] Mobile Logo Size

Home Forums Support Mobile Logo Size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1193638
    Yael

    Hi,

    I really have read the different threads on how to increase the mobile logo size and yet am still stuck.

    I’ve taken the CSS approach

    .mobile-header-navigation .mobile-header-logo img {
        height: 100px;
    }
    
    .mobile-header-navigation .menu-toggle {
        margin-top: 25px;
    }

    but the logo is still way small on mobile. When using inspect in Chrome and viewing mobile devises, the logo is adjusted via the CSS. But when I actually view on a mobile devise, it’s still very small.

    Can you give some guidance?

    #1193679
    David
    Staff
    Customer Support

    Hi there,

    could you disable Autoptimize so i can take a look

    #1193718
    Yael

    Hi David,

    I’ve deactivated Autoptimize

    #1193969
    David
    Staff
    Customer Support

    Try this CSS instead for resizing the image:

    .site-logo.mobile-header-logo img {
        height: 100px !important;
    }
    #1308299
    Yael

    resolved

    #1308560
    David
    Staff
    Customer Support

    Glad to hear that

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