Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello everybody. I have solved the problem. I have done it in the Bunch of backpackers. It is perfect now. Please paste the code in the header.php
    before the ‘<head>’ tag.

    <script>
      jQuery( function (){
        jQuery('.nav-open').click(function() {
          jQuery('.sf-menu #menu-main').css('overflow', 'visible');
        });
        jQuery('.nav-close').click(function() {
          jQuery('.sf-menu #menu-main').css('overflow', 'hidden');
        });
      })
    </script>

    Please let me know if any issue is there. I will really happy to help you.

Viewing 1 replies (of 1 total)