Buy me a coffee

How to reduce space between arrow – text in pagination

If you need to reduce space between arrow – text in Pagination

8a873bdd505ff701ae4e Min

You can use this code to Website Tools > Custom CSS.

a[class*="--prev"] .item-pagination-icon.icon.icon--stroke {
    padding-right: 0px !important;
}
a[class*="--next"] .item-pagination-icon.icon.icon--stroke {
    padding-left: 0px !important;
}

C690cde3a461033f5a70 Min

Result

4079d3f3ba711d2f4460 Min