I'm using the Storefront theme in wordpress and I have a problem with the menu on the mobile site. After clicking a menu item, the menu should collapse. I've looked online, but there is a lot of Javacode for the Bootstrap plugin, and I cannot get this working with the Storefront theme.
Asked
Active
Viewed 728 times
1
-
`$('.handheld navigation a').on('click', function(){ $('menu-toggle').click()});` something like this I have – Jelmer May 12 '16 at 17:17