Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #233989

    When I view our site (www.got2bmoving.com) on the iPad and load a new page, i.e. “News”, the horizontal non-mobile top nav menu appears before the mobile drop-down menu kicks in.

    Is there any way to prevent the horizontal non-mobile menu from appearing first?

    thanks!

    #234258

    Hey Jane!

    Thank you for using the theme. I hope you’re doing great.

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 1003px) {
    #avia-menu {
    display: none !important;
    }
    }

    Regards,
    Ismael

    #234276

    Sweet! This works perfectly now. Thanks, Ismael.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Non-mobile top nav menu appears before responsive menu (on iPad)’ is closed to new replies.