Okay
  Public Ticket #3192117
Off Canvas Menu
Closed

Comments

  •  9
    Shane started the conversation

    Hi guys, 

    How do I get rid of the double menu on mobile? I see both the top navigation menu and the off-canvas navigation menu I created.

    Please advise, Shane :)

  •  9
    Shane replied

    Nevermind, I've asked you this before and you offered the code below. It worked, so thank you again.

    @media only screen and (max-width: 1000px) {    body #slide-out-widget-area .mobile-only {    display: none !important;
    }
    }


  •  9
    Shane replied

    But, while I'm at it. Is there a way to get menu descriptions to show up on desktop, top header navigation?

  •  9
    Shane replied

    Again, nevermind.. I'm just going to utilize the off-canvas menu for descriptions.

    Thank you though :)