hamburger drop-menu not closing
-
Just installed Sydney and I made a onepage website.
Evertything is ok in desktop version, but in mobile version the links to the anchors work, but the dropdown menu do no close.
I tried to add this script (which worked with other websites), but now do not work:(function($) { if ( matchMedia( 'only screen and (max-width: 1024px)' ).matches ) { $('.menu li a').on('click', function(){ $('#mainnav-mobi').removeClass('toggled'); }); } })(jQuery);
Any help?
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘hamburger drop-menu not closing’ is closed to new replies.