• Hi

    I use in Pinnacle Pro the Max Mega Menu. In the Mobile View the Toggle Menu appears twice (As you can see here. How can i get the Top Menu hidden (on Mobiles) so only the Mega Menu is shown?

    Thanks for your response

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    Try adding this CSS to Theme Options> Custom cSS:

    @media (max-width: 992px) {
    .kad-header-right {
        width: 100%;
    }
    .kad-navbtn.mobileclass.clearfix {
        display: none;
    }
    }

    Let me know if that works for you!

    -Kevin

    • This reply was modified 5 years, 9 months ago by Kevin.
    • This reply was modified 5 years, 9 months ago by Kevin.
    Thread Starter emiglio

    (@emiglio)

    Hi Kevin

    It works perfect. Many Thanks.

    Best regards
    emiglio

    No problem!

    -Kevin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Max Mega Menu’ is closed to new replies.