And additional CSS fix for Tablets (iPads) and Smartphones :
@media screen and (max-width: 990px) {
.pagination .page-item .page-link { padding: 10px; font-size: 16px; line-height: 18px;}
}
@media screen and (max-width: 680px) {
ul.pagination > li.disabled {display: none;}
.pagination .page-item .page-link {opacity: 0.9; padding: 8px !important; font-size: 14px; line-height: 15px;}
.pagination-wrapper {margin-top: 10px; margin-left: -10px;}
}
Please use CSS from both responses to improve navigation lenght.
How it will look after. Yes, I hidden not active arrrow to reduce space in first list only. But they will appear on (2) (3) etc.
