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 tried to find a setting for this with no luck. I had a look at the laborator_woocommerce.php template but no joy there either.
Thanks in advance for your help
Hi thscreative,
This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though
Can you please add the code below to your Custom CSS area:
@media screen and (max-width: 1220px) and (min-width: 769px) { .woocommerce .products.columns-4 .product { width: 33.333% !important; } }P.S: Please be aware as by doing customization if something happens like miss-editing files the responsibility is yours and we won't support you on finding the problem, as we are only guiding you how to get the results you need.
Have a great day!
Thanks for your help with this, unfortunately there is a bit of code
.woocommerce .products.columns-4 .product:nth-of-type(2n+1) { clear: left; }That is making it two columns, not three. If I set the clear to none, I get three thumbnails and then a one-column-width-gap, followed by five thumbnails and then a two-column-width gap. See attached
I fixed it with
.woocommerce .products.columns-4 .product:nth-of-type(2n+1) { clear: none; } .woocommerce .products.columns-4 .product:nth-of-type(3n+1) { clear: left; }Thanks for your help
Hi thscreative,
Glad to hear that
Will set this ticket as solved from here.