How do I change the listing image size? Because right it’s 1:1 and I would like the ratio to be 2:3. Is there a way to do so? I use the Dawn Theme.
1 Like
Hi @Julia_76 ,
Would youmind to share your URL website? with password if its protected. Thanks!
Hi @Julia_76 ,
Please follow the steps below:
- Go to Themes → Edit Code.
- Find the file base.css
3: Add the following code at the end of the file base.css
.card__inner.color-background-2.gradient.ratio {
--ratio-percent: 150% !important;
}
Result:
- Image of the product displayed with a ratio of 2:3
Good luck!
