• Add this on Footer.php

    <script>
    jQuery(function ($){
      $('.responsive-menu li a').click(function(){
        $('.responsive-menu').removeClass('active');
        $('.responsive-menu').css({'display':'none'});
      });
    });
    </script>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Good morning

    Thank you for contributing ??

    @jgomis This work for me when hiding, but When I click the burger menu the menu doesn’t show either. Can you help me with this pls. Thanks

    Thread Starter jgomis

    (@jgomis)

    @wnluv For that theme only need put that code on footer to solve that problem. Your problem don’t be the same, maybe have other theme or see if have the jquery library on header like the original position.

    Be sure than dont use plugins to put the javascript callings on footer, and respect the original position.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A possible solution to Menu Dont Hide when be on mobile’ is closed to new replies.