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.
Hello.
Just installed and started to fill the site.
I've noticed that category filter is working like drop-down meny, overlapping the pictures.
How can I fix it?
Follow
Hi atomic-dz,
Please add the code below to your Custom CSS area:
.pt-column.pt-filters { width: 100%; }Have a nice day!
Thank you, now it works as needed, but aligned to the right.
Maybe it is good idea to add in new release some settings for category filter formatting?
What should I write to align to the center?
Hi atomic-dz,
When we rewrite the code of that area we will make sure to offer an option for this too.
For the moment 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: 50%; right: auto; transform: translateX(-50%); width: 100% } .product-filter { text-align: center; }Have a nice day!Great, thank you very much for your answer!
Happy to hear that your request is resolved
I wish you all the best!
P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.
A huge thank you from me and Laborator in advance.
Done ;)
Thank you very much!
Have a lovely week!
I will set this ticket as solved from here.