Okay
  Public Ticket #622313
mobile menu not working
Closed

Comments

  • jonas started the conversation

    submenu does not show up

  •  8,470
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 1000px) and (min-width: 1px) {    #slide-out-widget-area .mobile-only {        display: block !important;    }}
    Its a css bug and will be fixed in the upcoming update.


    Thanks


    ThemeNectar Support Team