Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1437762
Menu on mobiles
Closed

Comments

  • Mateo started the conversation

    Hi, I am having a trouble with the menu on mobiles and the size of the logo. When i change the Desktop Logo Width For Non-Retina Screens from the themes configs, it affects the hamburger logo in mobiles. For example, i have typed 400 px, and it makes just disappear the hamburger icon from mobiles, right now it is 300 px and it looks a bit aligned to the right side of the screen. Is there any way to fix this? I need a big logo on my desktop site, but I need the phone to show up the icon. Thanks


  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    @media (max-width: 767px) {
    .site-title .site-logo {
        max-width: 280px;
    }
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver