If you need to reduce space between arrow – text in Pagination Squarespace
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;
}
Result
ce