Remove space on product page

Hey there, first of all, I am on symmetry theme. This is my product page.

I have a very simple question. How do I remove the white line in between the pictures so that pictures touch each other. I guess some simple CSS code?

1 Like

Hi!

Do you have styles.css files?

Add

.gallery–layout-columns-1 .product-slideshow:not(.slick-slider) .slide {
margin-bottom: 0;
}

Hello @Louver

Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Thank you Burte, that worked!!