• Hello, guys! I really love your theme, however the menu on the mobile version doesn’t close on selection. It leads to the right anchor but you have to close it to see the content. Is there an option to make it close when clicked? Thank you in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter xukca

    (@xukca)

    Anyone? Thank you!

    farbenfee

    (@farbenfee)

    Hi xukca.
    I have the same problem with this theme. Did you fix the problem?
    Thank you!

    Thread Starter xukca

    (@xukca)

    Yes, there you go:

    jQuery(document).ready(function(e) {
    jQuery(‘#menu-mobile li a’).click(function(){
    jQuery(‘body’).removeClass(‘menu-mobile-active’);
    })
    });

    • This reply was modified 5 years ago by xukca.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Auto close mobile menu’ is closed to new replies.