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 #1641828
menu button glitch on mobile
Closed

Comments

  • Rene started the conversation

    Hi, 

    As result to uploading logo in the gem options under "Small Size & Mobile logo", to see a nice logo on mobile, the menu button (hamburger) is shifted to the right which is outside of the view on mobile. Therefore the button is not visible anymore and the menu not reachable. 

    Could you fix this or let me know what properties my logo should have that the hamburger button is not placed outside of the UI on mobile? 

    Like it is now, it is impossible to put a custom logo on top of my mobile version of my site without "deleting" the hamburger button. This makes the theme and my site completely useless as the menu cant be reached. 

    A quick fix would be nice. 

    Cheers,

    R

  •  432
    Sergio replied

    HI!

    pls. try to use following css:

    @media (max-width: 430px) {
        .site-title .site-logo {
           width: auto !important;
           max-width: 0 !important;
        }
    }

     

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • Rene replied

    Hi, 

    Thank you for your tip! 

    Now it works fine! 

    Cheers,

    R

  •  432
    Sergio replied

    HI, you are welcome!

    Feel free to contact us if you need help. 

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.