Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter maartencorten

    (@maartencorten)

    Follow-up:

    I looked around on the internet, and I seem to have resolved the issue by adding the following code in the ‘Additional CSS’ module:

    (function($) {
    $(‘.nav-menu a’).on(‘click’, function(){
    if ( $(this).data(‘toggle’) !== ‘dropdown’ ) {
    $(‘.main-menu .close-button’).click();
    }
    });
    })(jQuery);

    Hello @maartencorten,

    I am glad that you have managed to solve this issue!

    Thank you for providing a solution to the problem. Please let us know if you have any more questions.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile Menu does not auto-collapse’ is closed to new replies.