Okay
  Public Ticket #2026597
Mobile Off Canvas Menu Issue
Closed

Comments

  • xergone started the conversation

    Hi There

    • So I have set 2 separate menus for top nav & off canvas (Screenshot 1).
    • Also in Salient Setting I've set Off Canvas Menu Mobile Nav Menu items to OFF (Screenshot 2)
    • But the mobile navigation is still showing the top nav items. (Screenshot 3)

    How can I make the TOP NAV items desktop exclusive and in mobile just show what is set for off canvas.


    Thanks!

  •  8,994
    Tahir replied

    Hey,

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Best


    ThemeNectar Support Team 

  •   xergone replied privately
  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team 

  • xergone replied

    Thanks. It Worked