White space around my product images on my desktop

How do I remove the white space around desktop images of product photos?

1 Like

@Joslin

Please share store URL.

www.createclothing.com.au

1 Like

@Joslin

Please add the following code at the bottom of your assets/theme.scss.liquid file.

#collection .grid-uniform .grid-product__image-link{
display: block !important;
}

Hope this helps.

Thanks!

It’s still there unfortunately. But doesn’t seem to be doing it on the tees page, just the new arrival page.

In my product description, I have a size chart I uploaded. It doesn’t fit the screen right on desktop or mobile?

I resized my images to fit, but now there is a thin white line above a few of the product photos.

add below code in theme.scss

.product–wrapper {
height: 385px;
}
.product–image {
height:100%;
}
I hope it works.

It worked, thank you!

Also, the slideshow image at the top of the homepage isn’t showing the full length of the photo. Can I get help with that?

please provide password

Please send me password, I will check and guide you to change it.