Woocommerce Pagination

Hello for some reason the pagination on the Product feeds keeps moving. When you go to the even numbered pages, the pagination justifies to the right… we would like it to be centred all the time

Hello Adwin,

There are some content with float that isn’t cleared. Please try adding this CSS on Theme Options > Global CSS

.archive.woocommerce .x-pagination {
    clear: both;
}

Hope this helps.

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