Hide responsive menu on iPads once scroll # link click
I managed to remedy by adding this to the theme's custom JS:
jQuery(function($) {
$("#Top_bar #menu ul li a").click(function(){
$("nav#menu").hide();
});
});
Is there a setting in the theme as I cannot find anything?
Comments
could you send us a link to your website so we can take a look?
What is your theme version?
thanks