Site logo

[Support request] hamburger not showing on mobile home

Home Forums Support [Support request] hamburger not showing on mobile home

Home Forums Support hamburger not showing on mobile home

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2551022
    Marise

    Hi there, somehow the hamburger meny is not showing on the mobile/tablet home. On other pages it is working fine. Any idea how to solve this? http://www.naturalwaves.nl

    #2551085
    David
    Staff
    Customer Support

    Hi there,

    on your other pages, Elementor is applying its global styles to all buttons including the mobile menu.
    But not on the home page.

    Add this CSS:

    #mobile-header .menu-toggle,
    #mobile-header .menu-toggle:hover {
        color: #000;
        background-color: unset;
    }

    It will override the Elementor styles and make sure the hamburger is visible on all pages.

    #2552240
    Marise

    Yes it’s working thanks

    #2552451
    Marise

    Oh now the drop-down option of the first menu-item “vrouw” is not appearing on mobile. Before adding the css this was no problem. How to solve this?

    #2552532
    David
    Staff
    Customer Support

    That CSS should not have affected any menu items.
    What i do see is some of the longer titles ( eg. Voetreflexmethodiek ) are escaping their containers

    Add this CSS to fix that

    .slideout-navigation.main-navigation .main-nav ul ul li a {
        width: auto;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.