Hi,
I would like to reduce the product’s image size in Taste theme. https://freshkingdom.in/products/seer-fish-king-fish
Also collections image size should not be disturbed. Kindly help in fixing this issue.
Hi,
I would like to reduce the product’s image size in Taste theme. https://freshkingdom.in/products/seer-fish-king-fish
Also collections image size should not be disturbed. Kindly help in fixing this issue.
Hi @FreshKingdom ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
@media screen and (min-width: 990px) {
.product--small:not(.product--no-media) .product__media-wrapper {
max-width: 40%;
}
.product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
width: calc(20% - 0.8rem);
}
}
.card--standard .card__inner {
--ratio-percent: 100% !important;
}
I hope it would help you
Best regards,
Richard | PageFly