Warehouse Theme - How to change blog thumbnail size?

Hello,

I am running a store with the Warehouse theme and are hoping someone can help explain how to edit the blog thumbnail size. I would like to reduce the size as its very large and taking up most of the display on a desktop. I was able to find the liquid code for editing the Featured blog image but not the piece for the thumbnail blog image. Here is a link to the blog page with the very large image: https://www.mmbirdtoys.com/blogs/news

Here is a link to the actual blog page with the same featured image except sized smaller: https://www.mmbirdtoys.com/blogs/news

Thanks!

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.blog-container .article-item .aspect-ratio {
padding-bottom: 100% !important;
}

Hello,

Thanks for the help - i’ve pasted the code in the requested place and it made no change to the image. Have any other tips?

I’ve checked the site again and it looks like the code did work. Thanks again for the help, much appreciated.