Why aren't my product grid thumbnails showing on the desktop version of Dawn theme?

Hey everybody,

I am using the Dawn theme, and having some trouble getting the thumbnail pictures to show on my product page grid. For some reason, it does not show on the desktop but will on the mobile version. When I am editing my theme and I toggle options for that section, the images will pop up, but once saved and the page refreshes they are gone again. I am no coding expert, but have tried using code I found on these discussion boards for people having similar issues but no success. Here is a link to the page I am talking about. I am hoping to get launched this weekend and start making sales, but this is an issue. https://gatewaywatches.com/collections/all

Hi @Jdannenberg ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-card.css->paste below code at the bottom of the file:

.card__media{
    height: 100% !important;
    width: 100% !important
}

Hope my answer will help you.

Best regards,

Victor | PageFly

@Jdannenberg ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

If it helps you please click on the “like” button and mark this answer as a solution!

Thank you.

Kind regards,
Diego

1 Like

My mistake, I could not find it at first but this worked! Thank you so much!

Gave this a shot, unfortunately it did not work