Hi @abailea077
You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings reduce the space of your images
.product-item__image-link img {
aspect-ratio: 1 / 1 !important;
transform: scale(1.3);
}
Hi @abailea077
You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings reduce the space of your images
.product-item__image-link img {
aspect-ratio: 1 / 1 !important;
transform: scale(1.3);
}