SOLVED: Select different menu for desktop and mobile

Hello,
it is possible to have a different menu for mobile?
In our mobile menu we have links that are in a secondary navigation on the desktop.
I know how to hide them on the desktop via CSS but would prefer if I can select a different menu.

Greetings,
Sven

Hi Sven,
welcome to the forum!

You can insert two nav menu elements at the same place: the first one is for desktop and hidden on lower breakpoints (Style > Layout > Misc > display: none;), the second one is for the lower breakpoints (display: block or inline-block) and hidden (display: none) on desktop :slight_smile:

Best regards,
timmse

1 Like

thank you. Sometimes the solutions are way too simple … :grinning:

1 Like

Haha yes, but sometimes those are exactly the best.

1 Like