Mobile Menu not closing on link click
-
Hi
I have seen this question brought up previously and I saw there was a code snippet to place in the plugin code? I’m not sure exactly where to put this to make it work?
The code was
if( window.outerWidth <= 1024 ) {
document.querySelector( ‘.hfe-nav-menu__submenu-arrow’ ).addEventListener( ‘click’, function( event ) {
document.querySelector( ‘.hfe-nav-menu__toggle’ ).click();
});
}Cheers
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Mobile Menu not closing on link click’ is closed to new replies.