Pagination links broken

I can not seem to figure out why my pagination links are not working. http://ayoungstudios.com/product-category/canvas-prints/

Thank you,
Stephen

Hi @youngstudios,

Thanks for writing in.

I believe that there is a CSS that causing this issue. Please try to remove all your CSS and save it in a backup and see if it will work well.

If yes, please share us your admin credentials so we could try and fix it for you.

Don’t forget to set it in a secure note.

Thanks.

You are right, I narrowed it down to something in these blocks however I can’t figure out how to repair. I will send logins and if you can help that would be appreciated.

.woocommerce .products.cols-3 {
-moz-column-width: 17em !important;
-webkit-column-width: 17em !important;
column-width: 17em !important;
-moz-column-gap: 1em !important;
-webkit-column-gap: 1em !important;
margin: 0 !important;
}

.woocommerce .products.cols-3 li.product {
float: none !important;
display: inline-block !important;
width: 100% !important;
}

Hi There,

To fix this issue, please add this custom CSS:

.x-pagination {
    position: relative;
    z-index: 999999;
}

Hope it helps :slight_smile:

thank you, worked perfect.

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.