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,
in Laborator settings I've set Pagination to normal pagination with position 'center'.
But on some pages pagination may be on the right side, like here:
http://curveslines.com/shop/categories/dishes/
I see that it works on this pages when sorting is set to 'by newest'
How to make it always be in center?
Hi Alexander,
Can you please add the code below to Custom CSS
.pagination-container.align-center {
margin: auto !important;
}
Super, it works! Thanks
Glad to hear that!