Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #393851

    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.

    #393854

    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

    #393875

    I added the code and does not work, the menu remains hidden. The menu is still hiding when the size is smaller than 989px. :(

    #393885

    Lo siento, ignora el comentario anterior, el código añadido funciona correctamente!. Muchas gracias por todo! :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘As I can completely disable responsive menu?’ is closed to new replies.