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.
subcategory menu porfolio display -> When I add a new porfolio item, it displays ok in the first category in horizontal, but if I put it in a sucategory, the submenú porfolio is displays in vertical, but the demo allways display in horizontal in sucategories.
Hi Sebasjosi,
Please add this CSS code in your Custom CSS area:
.product-filter { text-align: center; } .portfolio-title-holder .pt-column { margin: auto; width: 100%; } .product-filter .portfolio-subcategory { width: 100%; left: 50%; right: auto; transform: translateX(-50%); }and the problem should be solved
Have a great day!