Hi, I am designing my shopify page, yet when I am creating a blog, I found that the featured image in my Blog is too big, it make the resolution super low and looks bad. What can I do to make the featured image display smaller instead of so wide and huge. Please help, thanks a lot!
I can see that the featured blog post for Dawn theme has a huge image, it’s possible to reduce the height (try steps below) but I am not sure how you want to reduce the width. I imagine a reduced width will end up creating a lot of empty space left and right?
If you want to try just reducing the height, you may try steps below:
Go to “Edit Code” in your Dawn theme
Look for “component-article-card.css”
Around line 66, add code below:
padding-bottom: 40%!important;
The class should look like this when it is added correctly: