Hi, sorry if this topic has been answered before, I couldn’t find it.
I don’t want to show the main menu in the desktop version but in the mobile one. How can i do this?
Thank you very much for your help.
Antonia
Hey Antonia!
I’m sorry, i don’t quite understand your question, could you please try it differently, ( I’m assuming here ), do you want to show the desktop version on your mobile ?
If that’s what you requested here is the snippet to achieve this:
nav .avia-menu { display: none; }
Regards,
David
I’m sorry,
what I’m trying to do is to not showing the main nav bar in the desktop version, but having a menu in the mobile one.
Is it more clear now?
thanks!,
but the snippet does the trick, thanks!