Build a mega menu

Is it possible to implement a mega menu?

If the answer is no, I would add this as a feature request.

1 Like

Please elaborate, what would be a mega menu? Do you have an example website?

If you go to the nav / menu on https://stripe.com/en-au you will see you menu item list on rows and columns

1 Like

@AJ_Joe the answer is yes and no.

Yes, it is possible to build a mega menu with custom code e.g. https://codepen.io/arjunamgain/pen/YXBeLJ

No, it is currently not possible to achieve it with the preset menu settings.

1 Like

Hi @Martin, thank you for your reply.

Could you please elaborate and show us how to use a menu custom code (in this case a megamenu) as a shared header across all the website? How to process, use HTML element, menu element, etc.?

Are you planning to add a megamenu preset in the future? Or should we create a feature request?

1 Like

Hi @AJ_Joe, for every custom element you have to use the HTML element and paste the HTML in there, the CSS in the code CSS tab und the JS in the code JS tab.

You also have to set and adjust the page links manually in the HTML element.

Thank you for creating a feature request for this: Add a mega menu preset

2 Likes