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

    Mobile menu show in addition to main menu but does not show on mobile. This is a 4.1.2 Enfold build. I have another site, prsa-pgh.org that is using Enfold 3.8 and the mobile menu does appear correctly.

    In researching the forum, I found a solution with this code:

    @media only screen and (max-width: 1366px) and (min-width: 768px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
    }

    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block;
    }
    }

    However, it does NOT work.

    This is the second time I have posted this issue. This client cannot announce their new website without this fixed. FTP and WP logins were previously given.

    #847317

    Hey DebCikovic,

    Your other thread was replied to by Güenter, did you try out his solution? https://kriesi.at/support/topic/mobile-menu-will-not-display-but-is-showing-on-desktop/. Please don’t open multiple threads for the same problem.

    Best regards,
    Rikard

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