Hi @Joegr7 ,
Please follow these steps below:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > base.css and paste this at the bottom of the file:
/* For blog page /
.blog-articles .article-card__image.media–landscape{
padding-bottom: 40% !important;
}
/ For article page */
.article-template .article-template__hero-container .media{
padding-bottom: 50% !important;
}
Hope it helps!
If you find my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.