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

Product images cut in half refresh theme

Solved

Product images cut in half refresh theme

sonickas12
Tourist
6 0 1

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!
SonyaUntitled-3.png

Accepted Solution (1)

tim
Shopify Partner
4812 598 1733

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;
}

 

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

View solution in original post

Replies 3 (3)
sonickas12
Tourist
6 0 1

Hi,

 

I've tried both options but still doesn't work 😕 Thank you 

tim
Shopify Partner
4812 598 1733

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;
}

 

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com
sonickas12
Tourist
6 0 1

This worked perfectly thank you so much!