Forum Replies Created

Viewing 1 replies (of 1 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);

Viewing 1 replies (of 1 total)