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

    Hi,

    I would imagine this would be rather simple, but I’d like to show the collapsed menu (the three lines, i.e., pancake-style menu) when an iPad user had the iPad in Portrait orientation, but I’d like to show the full navigational text menu when the iPad user is using the iPad in landscape mode.

    Thanks in advance!

    #651913

    Hi Brad,

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

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

    Thanks,
    Rikard

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