Hi everyone,
I’m trying to adjust the blog post section on my Shopify homepage. By default, the featured image is hidden behind the blog post title and excerpt, so I added some CSS to move the image above the title. However, the images are still getting cropped, and the layout doesn’t look good.
I’d like to:
- Display the featured image above the blog title and excerpt.
- Ensure the image is fully visible (not cropped).
- Center the image properly so it looks balanced.
Has anyone successfully implemented this? Any CSS or Liquid adjustments that might help?
Website URL: highfallscannany.com
Thanks in advance for your help!
Is this ok?
I believe you pretty much did it, but this makes the image more standout and more centered.
For some reason it is resizing the featured image to a square layout, the original blog post image is the following:
For some reason the image resolution is set to a fixed width and height it seems like, I am trying to find a way to have the blog post layout on the home page have the original, full size featured image of the blog post above the title and description.
There is this section of CSS that seems to determine how the layout looks, but I am not sure how to fully modify the code for the entire page so it is responsive on different screen sizes and does not crop the images..
Well yeah, this is something that’s there for all platforms, that It sets a particular width and height. For some you are allowed to set a width and height but Shopify does not have that.