hello, i would like to make my collection list images bigger on desktop:
this is my website, i would like it to look like this:
where it looks more stretched out.
my website is www.antico-abito.com , theme is dawn
A user wants to increase the size of collection list images on their desktop site (www.antico-abito.com, using Dawn theme). They provided screenshots showing the current smaller image layout and their desired stretched-out appearance.
A solution was provided involving custom CSS:
.card--standard .card__inner { --ratio-percent: 170% !important; }The discussion appears resolved with a concrete implementation guide, though no confirmation of successful application has been posted yet.
hello, i would like to make my collection list images bigger on desktop:
this is my website, i would like it to look like this:
where it looks more stretched out.
my website is www.antico-abito.com , theme is dawn
Hey, I made a guide for you to add this to your theme:
.card--standard .card__inner {
--ratio-percent: 170% !important; /* adjust this number as you want it */
}