Okay
  Public Ticket #2382830
Mobile menu doesn't appear
Closed

Comments

  •  1
    Rits started the conversation

    Whenever I turn off the "Off Canvas Menu", all of the menu styles EXCEPT "Simple Dropdown" remove the menu option altogether from mobile devices (tablet, phone) and not just desktop.

    I don't want to use the "Simple Dropdown" and I don't want to have an "Off Canvas Menu" for the desktop site. How do I fix?

  •  1
    Rits replied

    I had the menu applied to "Top Navigation Menu Pull Right" and that doesn't show up in the mobile menu at all. I had to select, "Top Navigation Menu" instead, which makes it show up in the mobile menu. For the desktop, I want the menu to "Pull Right", and I can't apply the menu both places because it'll create duplicate menu items on the navigation.

    I'll play with it to see if I can resolve.

  •  3,021
    Andrew replied

    Hi Rits,

    Thanks for getting in touch.

    Use the following custom css in Salient > General settings > CSS/Script related:

    @media only screen and (min-width: 768px){
        .slide-out-widget-area-toggle {
        display: none !important;
    }
    }
    

    It will hide the hamburger on desktop

    Hope this helps.

  •  1
    Rits replied

    Thanks! It works.