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


