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

    Help
    My menu disappears in landscape mode. Have tries adding various css to change it (found in various support posts) but nothing is working.
    Any suggestions?

    Screenshot here: http://flowery-midnight.flywheelsites.com/wp-content/uploads/2018/12/MH-screenshot.png

    #1042360

    Hey bauchope,

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

    @media only screen and (max-width: 1390px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1043905

    Perfect. Many thanks. You can mark this request as resolved
    Kim

    #1044039

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘menu disappears in ipad landscape mode’ is closed to new replies.