Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
This is an accepted solution.
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;
}
Hi,
I've tried both options but still doesn't work 😕 Thank you
This is an accepted solution.
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;
}
This worked perfectly thank you so much!