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,
While populating and testing my site, I noticed the Go-To-Top button overlaps the Thumb Toggle button when in Lightbox view. It's especially problematic on a mobile device.
I've built in a rough CSS workaround to at least stop the overlap:
Just alerting you to the problem, as the Go-To-Top button should actually be hidden when in Lightbox Mode, as it serves no useful function here.Best,
-R
Hi radetiba,
Thanks for reporting this. I will add this on our to-do list and we will make sure to add this fix on the next theme update.
To fix this please add the code below to Custom CSS:
.go-to-top {
z-index: 1000 !important; }