Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #728062

    I would like Enfold to always display the mobile menu on tablets.

    I assume that the mobile menu is displayed when the screen resolution is less than a specific amount of pixels. Where can I change that amount of pixels in the code?

    By the way: I can’t edit the Header options in Enfold Theme Options because a use a left side menu bar and the header options are therefore disabled.

    Thank you!
    Regards,
    Alwin

    • This topic was modified 7 years, 3 months ago by Alwin.
    #728207

    Hi Alwin,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.