[Resolved] I can’t make mobile logo larger

Home Forums Support [Resolved] I can’t make mobile logo larger

Home Forums Support I can’t make mobile logo larger

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

    I am trying to make the logo on mobile larger, I tried to add some css but it is not making the logo larger.


    @media
    (max-width: 768px)
    .main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input[type=”search”] {
    height: 100px;
    }
    .navigation-branding img, .site-logo.mobile-header-logo img {
    height: 100px;
    width: auto;
    }

    .navigation-branding img, .site-logo.mobile-header-logo img {
    height: 100px;
    width: auto;
    }


    @media
    (max-width: 768px)
    .mobile-menu .inside-navigation grid-container grid-parent {
    height: 100px;
    }

    #2381500
    Ying
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #mobile-header .site-logo img {
        width: 180px;
        height: auto;
    }
    #2381551
    Jamie

    perfect! Thank You!

    #2381591
    Ying
    Staff
    Customer Support

    No problem 🙂

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