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.
Got the categories to show up left aligned - but there's still a gap to the left of the category - can you help provide code to close the gap so it's all aligned on the left?
Thanks,
k a t e
Hi Kate,
Here is the CSS to fix that:
.product-filter {margin-left: 0 !important;
}
The result will be:
(view large version)
Thank you! Arlind!
Glad to hear that : )
Will set this ticket as solved from here.