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

    How can I do to show only the MENU MOBILE in portait mode (its ok) but I want to show in LANDCAPE TOO
    and dissaperar the main menu…

    #484536

    Hey carmycurly!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Cheers!
    Yigit

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