Answer the question
In order to leave comments, you need to log in
How to make the menu in the mobile version close when you click on an item from the menu?
Single page site on Wordpress. There is a standard menu. Fixed and not scrolling. Links are seen as anchors on the same page.
Here is the site gosur.com.ua
In the mobile version, it has the following behavior:
Click on the "sandwich" menu.
The menu opens.
Click on any link.
The page scrolls to the anchor.
BUT the menu does not close =((((
Answer the question
In order to leave comments, you need to log in
Perhaps a fierce crutch, but maybe so
$('.menu-list').click(function(){ // по нажатию на элемент в меню
$(".navbar-toggle").addClass("collapsed") // бургер
$(".navbar-collapse-1").removeClass("in") // меню
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question