Okay
  Public Ticket #892665
One menu on site
Closed

Comments

  •  2
    Vitaliy started the conversation

    hi 

    in theme I have two same menu blocks:

    1) for mobile -  <div class="mobile-menu-wrapper">...

    2) for desctop -  <div class="sidebar-menu-container">...

    I want to leave just one block "sidebar-menu-container" and use it for mobile devices 

    how do I do it?


  •  1,558
    Laborator replied

    HI Vitaliy,

    This is on our to-do list for the upcoming updates, currently it's not possible to use the desktop menu on mobile.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Vitaliy replied

    I find myself how to remove mobile-menu-wrapper

    could prompt some javascript code switches the events on the menu button ? 

  • [deleted] replied

    Hi Vitaliy,

    To enable sidebar menu also in mobile here is what you need to do:

    1. Download this file and replace it in this directory (of the theme): /assets/js

    2. Add this Custom CSS:

    .sidebar-menu-wrapper {
    display: block !important;
    }

    This should work for you.

    P.S. If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser cache. Another option is to open new private/incognito window and try if it works.