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.
Hey,
is there a way to have the categories in the middle of the site? At the moment they are on the left.
Thank you a lot
Hi,
Can you please add the code below to your Custom CSS area:
.portfolio-title-holder { display: block; } .product-filter { text-align: center; }Have a nice weekend!
Thank you a lot! Worked like a charm!
Besides last question to close the topic. Is there also a way to delete the border from the "Show More" button in the portfolio?
Thanks a lot
Hi MrMusicman,
Happy to hear that
As for your last question:
Please just add the code below to your Custom CSS area:
.show-more .reveal-button { border: 0px solid #000; }Have a nice day!