Woocommerce category image

Hi
I am trying to center the category image on Shop Page, but no luck
can you please let me know how to do so
please see attached screenshot

Thanks a million

so I added to the Global CSS this code:

.woocommerce ul.products {
text-align: center;
}
.woocommerce li.product {
float: none;
display: inline-block;
width: 25%;
}
it works just fine, but the entier category images shifted to the right ( see below screenshot)

please help

Hi there,

Thank you for reaching out to us. To fix the issue just remove this part of your code:

.woocommerce li.product {
float: none;
display: inline-block;
width: 25%;
}

Let us know how this goes!

Thanks Nabeel

it worked like charm

Thanks for the outstanding support :smile:

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.