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.
Is it possible to set the project filter to be centered instead of left aligned?
Thanks! Zoe
Hi Zoe,
Please add the code below to your Custom CSS area:
.pt-column.pt-filters { text-align: center;}Have a great day!Hmmm. I just did that and it's still aligning left.
: (
Hi Zoe,
Can you please remove the old code and then apply this one:
.pt-column.pt-filters { margin: auto; }It should work
P.S: Please apply the code in that page only, so in the Parameters and Options > Custom CSS area.
Have a great day!
Perfect! Thank you so very much!