Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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