Hi,
Can you kindly help me with this issue for my “next” and “previous” buttons on collections view page please? The problem is only in the middle pages, so it’s not on the first and the last page!
Hi,
Can you kindly help me with this issue for my “next” and “previous” buttons on collections view page please? The problem is only in the middle pages, so it’s not on the first and the last page!
Hello @idealdecorid
Can you share store URL?
@idealdecorid Please follow the below steps to fix the “next” and “previous” buttons on collections view page. Let me know whether it is helpful for you.
@media screen and (max-width: 450px) {
.pagination a.btn{
padding: 8px 15px !important;
}
}
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
It worked, Thank you so much for your support!