Mobile menu in Travelify

I already use a few years Travelify.
How can I make more attractive the menu on mobile devices please?
The menu does not show real professional
http://www.mechelen.traveltopper.eu
thanks

Hi @mechelen1,

I hope you are well today and thank you for your question.

You can try achieving this by using any of the following plugins.

Best Regards,
Movin

Hi Movin

I use the plugin responsive-menu like you say.

But I need to hide the menu movil with combobox.

How can hide or delete the menu with combobox on movil devices?

Please check my site

http://agroorganico.com.mx/

Thank you so much!!

@memoferprof7 You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

@media screen and (max-width: 800px){
 #main-nav {
   display: none;
 }
}

Movin

Thank you so much again!

Its correct you help.

You are most welcome here :slight_smile: