Hello - I’m trying to round my product images on collection and product pages to 10px.
I’m using Empire theme.
Can anyone help?
Hello - I’m trying to round my product images on collection and product pages to 10px.
I’m using Empire theme.
Can anyone help?
Hi @joemany911
Would you mind to share your Store URL website? with password if its protected. Thanks!
Thanks for reply. www.dreamwoodliving.com
Thank you for the information. Try this one.
.product-gallery--viewer.product-gallery--has-media {
height: 500px !important;
}
.product-gallery--image-background img {
object-fit: cover;
height: 448px;
border-radius: 10px;
}
div#shopify-section-template--20706702229795__ac3f035e-d371-460f-aa71-182dd0bf8c23 {
padding-top: 10%;
}
.imagestyle--small .productitem--image, .imagestyle--cropped-small .productitem--image {
padding-bottom: 66% !important;
border-radius: 10px;
}
i hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Perfect thank you.
Just noticed it doesn’t work for mobile any solution to get rounded corners on mobile too?