Showing 1 – 1 of 1 replies
jainpiyush888

Need a quick help in the mobile […]

jainpiyush888 PURCHASED
3 years ago
Hi. Need a quick help in the mobile version. If I click on any submenu item, the menu should collapse but currently it doesn't collapse and a user had to click on the menu to close it.
Double Theme
Double Theme SELLER
3 years ago
Hi,

Add code to your js file:

$('.onepage-nav a[href^="#"]').click(function(){
$('.inner-navigation').collapse('hide');
});

Thank you!