• Hi. When the menu adjusts for mobile view, the drop down menu doesn’t show the sub items. How can I change the layout of the menu when in mobile view?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • thehoneyglow

    (@thehoneyglow)

    I am also having the same problem

    thehoneyglow.com

    Bunch of backpackers

    (@bunch-of-backpackers)

    Same problem!

    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.

    I am also having the same problem on mobile devices. I tried this code and it has problem still

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile view menu dropdown doesn't show sub item’ is closed to new replies.