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,
When i enable subcategory filtering it displays the subcategory vertically, and make a visual bad issue. as you can see. How can i fixe it.
Thanks, BR Laurent.
Hi Laurent,
Add this CSS to Custom CSS:
.portfolio-title-holder>.pt-column, .product-filter .portfolio-subcategory.is-active, .product-filter { width: 100%; }Best regards,
Laborator Team
Art, thanks it's ok on desktop but not in responsive display. Look on a smartphone. I have 5 sudcategories to put...
Thanks for our answer how to fix that.
BR, Laurent.
Hi Laurent,
Do you have an example of how you want to show them on mobile, by default they will show like in desktop in one line and when there are more items they will show below them.
Best regards,
Laborator Team
Hi, See the file attached (Iphone ex.). The categories (1 or 2), depends on the screen size, appear hover the first thumbnail.
I simply would like to avoid this.
BR, Laurent.
Hi Laurent,
Please add the code below to your Custom CSS area:
.product-filter .portfolio-subcategory.is-active { display: contents; }* If you want that CSS code to apply only for devices that are 768px and smaller then add this code instead:@media screen and (max-width: 768px) { .product-filter .portfolio-subcategory.is-active { display: contents; } }Have a nice day!
Ylli, thanks very much is done and it works well !
BR,
Laurent.