Hi everyone,
I’m having trouble with how my product images are displaying on my Shopify store. All my product images are not full shown but cut in half.
(you can see it in the screenshot below).
I’m using theme refresh.
Thanks in advance for any help or tips!
Sonya
Hi,
I’ve tried both options but still doesn’t work
Thank you
tim_1
3
The product labels app interferes with your product grids.
Probably not configured right.
You can fix it by adding the following code to the “Theme Settings”=> “Custom CSS” in Customizer:
.card__media.pl-parent {
position: static;
}
1 Like
This worked perfectly thank you so much!
1 Like