Okay
  Public Ticket #600086
Mobile Menu Doesn't Show links
Closed

Comments

  • Kreston started the conversation

    Hello, the mobile menu doesn't show menu items when expanded.


  •  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 

  • Kreston replied

    Thanks man! It worked perfectly!