Dwan Theme: How to reduce the size of the photos in the blogs/news

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. 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%;
}