Hi,
I'm using pagination on my EasyStore product list.
Issue it that when I have many pages, it shows all page numbers, including on smaller devices like mobile, and as a result, there is no way to access later page numbers (my mobile device is able to show like <- 1 2 3 4 -> but not more than that.
How can I have it adapt the amount of pages it shows depending on screen size ? Normally it should be a moving bar, so if I click the next arrow, it should then show I'm on page 2 and if I go further show something like <- 4 5 6 7 ->
Thanks