I set the Enfold theme for my website is not responsive and works properly except the menu, which still remains responsive. I fail to set the menu to not be responsive. How I can make the menu is not responsive?
Thank You.
Hey jmramos!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
display: block;
}}
Cheers!
Yigit
I added the code and does not work, the menu remains hidden. The menu is still hiding when the size is smaller than 989px. :(
Lo siento, ignora el comentario anterior, el código añadido funciona correctamente!. Muchas gracias por todo! :)