Hi, does anyone knows how to fix the pagination on all the shop pages?
We are using Dawn theme.
Website page: https://www.laurakincade.com/collections/just-arrived
The pagination is align on the left of the page, so if you want to click on page 1 or 2 on mobile, it wont let you because it’s off screen.
Thank you
Sorry this is an example of the problem in our website: https://www.laurakincade.com/collections/in-stock
Hi @LauraKincade
You can solve the issue by adding this code to your theme.liquid file after in Online Store > Themes > Edit code
suyash1
4
@LauraKincade - please add this css to the very end of your base.css file and check
.pagination{display: block !important;}