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 Kalium,
I'm working with the shop version of Kalium. Like it a lot. Only heard from my client that the titles of product run longer than the row they're in (internet explorer 11). The result is that the prices fall over the row on the right side. How to fix that?
Kind regards,
Martin Leclercq
Hi Martin,
Can you try adding the following CSS to Custom CSS:
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .woocommerce .product .item-info .item-info-row { display: block; } .woocommerce .product .item-info .item-info-row>.price-column, .woocommerce .product .item-info .item-info-row>.title-column { width: 100%; display: block !important; } .woocommerce .product .item-info .item-info-row>.price-column { padding: 0px; } }If this doesn't fix it, can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.
To include your credentials click Insert Credentials button in editor toolbar. (See how)
Best regards,
Laborator Team
Hi there,
It doesn't seem so:
http://drops.laborator.co/ulk5AH
Best regards,
Laborator Team
Hello Art, You're right. It's working fine. thanks