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.
Hello,
When the category text of an image banner is long, the last part of it is not visible. When accessing the page from a mobile phone, this problem occurs more often. I've read about a solution in the past, but I can't find it anymore using the search function.
Please help. Thank you!
Kind regards,
Julian
Hi Julian,
You can decrease the font size there.
Please add the code below to Custom CSS
.lab_wpb_banner_2 .title {
font-size: 19px !important;
}