Looking to develop a responsive megamenu for bootstrap 3, I recently came across one that caught my eye:
I decided to implement it into my own project at
However, I encountered a major issue with the menu functionality on desktop devices, as it requires a click to open rather than simply hovering over it.
Therefore, my question has two parts:
- Is there a way to make the menu open on hover when using a desktop?
- If not, can anyone suggest a bootstrap 3 megamenu solution that meets this requirement?
All the options I've come across so far are designed to open on click rather than hover.