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,
I've got a problem with my mobile view. In image banners longer texts get cut off. I've tried to solve this by adding:
".lab_wpb_banner_2 .title { font-size: 19px !important; }"
to custom css (I read that this should help in another ticket) but the problem is still there.
Thank you very much for your help!
Best regards
Regine
Hi,
have solved it with this Custom CSS:
"@media only screen and (max-device-width: 480px) {
.page-container .wpb_content_element.lab_wpb_image_banner .banner-text-content strong {
font-size: 20px;
}
.page-container .wpb_content_element.lab_wpb_image_banner .banner-text-content em{
font-size: 10px;
}
}"
Kind regards
Regine
Hi Regine,
Glad to hear that you managed to fix it on your own, and many thanks for sharing the fix with us so other customers might find it helpful.
I am setting this ticket as closed!
Best regards,
Laborator Team