Comments 2Vitaliy started the conversationSeptember 15, 2016 at 6:40pmhi 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,558Laborator repliedSeptember 16, 2016 at 12:27pmHI 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 2Vitaliy repliedSeptember 16, 2016 at 12:53pmI find myself how to remove mobile-menu-wrappercould prompt some javascript code switches the events on the menu button ? [deleted] repliedSeptember 19, 2016 at 12:45pmHi 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/js2. 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. Sign in to reply ...
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:
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.