Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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?
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
I find myself how to remove mobile-menu-wrapper
could prompt some javascript code switches the events on the menu button ?
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.