• hi
    can someone help me? the hamburger menu does not work on tablets and mobile. When you click on the three lines nothing happens.
    I am really frustrated. Also not getting any help or response from the theme support ??

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

Viewing 1 replies (of 1 total)
  • remove your old coding which you have written earlier and paste the code in footer

    
    <script type="text/javascript">
    jQuery('.main-header__hamburger').on('click',function(){
        jQuery('.main-header .main-header__menu-box').css("left", "0");
    });
    
    jQuery('.main-header__menu-box .btn-close').on('click',function(){
        jQuery('.main-header .main-header__menu-box').css("left", "-100%");
    });
    </script>
    
Viewing 1 replies (of 1 total)
  • The topic ‘Hamburger Menu not working on tablet and mobile’ is closed to new replies.