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,
For the drop down menu icon (3 lines) I'm getting two on the mobile version none of which point to the top drop down only the main. Obviously works fine on desktop.
Thanks!
Hi wheelsacrossmorocco,
The top menu is not supported on Mobile devices. If you want I can give you the CSS code to remove the second "hamburger" menu that is appearing in the mobile device.
Thanks!
That would good, thanks, as I will keep it for desktop.
Please just add the code below to your Custom CSS area:
@media screen and (max-width: 768px) { .header-block__row-container.container:last-child { display: none; } }Have a nice day!
done, thanks