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,
I noticed that when you display the product list on two colums on a mobile display they don't appear correctly.
If you look on the attached screen shot, sometimes instead of two products being side by side it appears to leave a gap.
Hi Julius,
I'm not seeing this problem on this page for example http://sonicsoundkits.com/shop. Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.
The screen shot i took on mobile was on http://sonicsoundkits.com/product-category/sound-kit
Hi Julius,
Can you please add the code below to your Custom CSS area:
@media screen and (max-width: 768px) { .laborator-woocommerce .items .product { min-height: 415px; } }