product pictures don't show on collection page

Solved

product pictures don't show on collection page

TrendBlend
Pathfinder
176 0 20

I'm using dawn theme and my product pictures suddenly don't show anymore on the collection page. My URL is: Collections – TrendBlend

 

TrendBlend_0-1723283287057.png

 

Accepted Solution (1)

Futuremerce
Shopify Partner
12 8 6

This is an accepted solution.

Hi @TrendBlend 

 

Please follow these steps:

1) Go to Online Store
2) Click edit code
3) Find your theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

 

<style>
.card__media {
    width: 100%;
}
</style>

 

This should resolve your issue.

 

Thanks,

Futuremerce

★ Need help with your store? Feel free to reach out ★

https://www.futuremerce.com
hello@futuremerce.co

View solution in original post

Reply 1 (1)

Futuremerce
Shopify Partner
12 8 6

This is an accepted solution.

Hi @TrendBlend 

 

Please follow these steps:

1) Go to Online Store
2) Click edit code
3) Find your theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

 

<style>
.card__media {
    width: 100%;
}
</style>

 

This should resolve your issue.

 

Thanks,

Futuremerce

★ Need help with your store? Feel free to reach out ★

https://www.futuremerce.com
hello@futuremerce.co