Why isn't pagination working correctly on my collection pages?

Hi Community,

I’m getting close to launching my store, but I’ve run into a small issue with pagination at the bottom of collection pages not rendering or loading properly and is there an easy fix for this?

Cheers.

Store Link - Gift Boxes (agp.net.au)

Hello @BenH40

Store is password protected. can you please share the password so i can have a look on it.

Burgess

Cheers Mate

Hi @BenH40 ,

Go to your Shopify store admin > Online Store > Themes > Live theme > Actions > Edit code > theme.css and add these code at the bottom of your page

@media screen and (min-width 641px) {
.pagination__nav { display: inline-block !important; }
}

.pagination__prev, .pagination__next { position: relative !important; }
1 Like

Cheers Mate,

thanks for that, it’s been bugging me all weekend.

1 Like

You are welcome.