• Hi everyone,

    I’ve been looking for solutions for this issue for a while now but unfortunately nothing helped so far. On the website the burger menu is not visible in mobile viewport. I tried to regenerate css, deactivate all plugins, clear cash… In general it is working on desktop and if you are tapping in mobile view on the space where it should be located, the menu appears in expanded view. But the collapsed symbol is simply not there. I hope anyone has an idea. Thanks for your help!

    ?

    • This topic was modified 1 year, 3 months ago by James Huff. Reason: Redundant link removed
    • This topic was modified 1 year, 3 months ago by James Huff.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • We are experiencing this problem too on a new site we are building for a client with this theme. Has anyone found a work around or solution for this?

    Interestingly it displays when viewing the site when logged in as an admin, but not when viewing as a visitor (or incognito mode).

    As a work around we have implemented this via the Customizer -> Additional CSS:

    /* MOBILE NAV HAMBURGER FIX */
    .site-navigation-toggle i:before {
    content: “\f0c9” !important;
    font-family: “Font Awesome 5 Free”;
    font-weight: 900;
    font-size: 22px;
    font-style: normal;
    }
    .site-navigation-toggle-holder.show.elementor-active .site-navigation- toggle i:before {
    content: “\f00d” !important;
    }

    I am alsohaving the same issue with the template but the above CSS did not resolve the issue does anyone else have a solution for this?

    Try to deactivate inline font icons under Elementor > Settings > Experiments > Inline Font Icons.

    It works for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Burger menu on mobile devices not visible (Elementor, Hello Theme)’ is closed to new replies.