The product category images on the Shop page are aligned to the left. I would like the images to be centered on the page. Can you provide CSS code to change this alignment?
Thanks
Hey RosannaK,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi RosannaK,
This page ?product_cat=lamy is taking me to a 404 page. Where can I see the issue?
Best regards,
Victoria
Hi RosannaK,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.woocommerce-products-header + .av-content-small.units {
width: 100%;
}
.archive.tax-product_cat .shop_columns_3 .products .product {
width: 23.7%;
}
#top.archive.tax-product_cat #main .shop_columns_3 .products .product.last {
margin-right: 1%;
}
.archive.tax-product_cat .products .product.first {
clear: none;
}
Here is a thread on how to change the category page layout:
If you need further assistance please let us know.
Best regards,
Victoria