how to collapse menu item dropdown when another menu item is clicked.
I want only one dropdown menu at a time open.
At the moment, multiple menu items can be opened at the same time. i want one to be open at a time, whenever one is clicked, the previous one collapses or is 'unclicked”.
Hello @GS-Web-Design ,
Tricky but yes possible with JS.
Idea is using JS you need to detect when a menu is clicked, Is there another menu is opened or not.
If yes using JS hide it, logic depends on the html.
Regards
Guleria
Hello 
If I’m understanding correctly, you’d like something like this [take a look at the “Amazon” template]? If that’s true, Meteor Mega Menu might be a good solution for you. If I’m missing the mark, I apologize.
I hope this helps 