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'm writing this ticket because I have no idea how can I configure the view of my portfolio categories. I'd like to display it right on the middle like the one you have configured on your photography template. The subcategories, are showing one at the top of the other, so I'd like o display them in a row too.
Thanks in advance! ;D
Hi Gerard,
Can you please add the code below to your Custom CSS area:
/* Portolio: Center Categories */ .portfolio-title-holder .pt-column { margin: auto; } .product-filter .portfolio-subcategory { left: 20%; right: auto; transform: translateX(-20%); } .product-filter { text-align: center; }Have a great day!