Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > theme.scss.liquid and paste this at the bottom of the file:
.blog-articles .article-card__image.media.media--landscape {
padding-bottom: 40%;
}
Hello There,
.blog-articles .article-card__image.media.media--landscape {
padding-bottom: 40%;
}