Okay
  Public Ticket #1003247
disable responsive sub menu
Closed

Comments

  •  2
    David started the conversation

    Hello, I like to disable when the submenu became collapsed menu (it shows as the menu word with bulletpoints icon). It is possible to disable this option but remain the main menu with it? I would like to use de fantastic sticky option of the submenu, with the menu items as they are.

    Thanks!

  •  8,996
    Tahir replied

    Hey David, 

    I am afraid we dont have any such Option and would likely require custom work . 

    Bes.t


    ThemeNectar Support Team 

  • David replied

    Hello Tahir, 

    Can I get an estimation so we can decide if we want you to perform it?

    Thanks

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* dont show menu on mobile and show same as Desktop */
    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        .page-submenu ul {
            top: 0px !important;
            display: inline-block !important;
        }
        .page-submenu .mobile-menu-link {
            display: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    David replied

    it works, great

    thanks