This topic has 6 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hi, after the last update the space between images on my site’s single product page has disappeared. The gallery is set without a slider, only images one after another, vertically. I’m not sure what margin value I shoud be looking for to fix it.
Hello,
Theme Options > Single product > Enable slider for gallery images > On.
Regards
Hello, I don’t want to enable the slider, I just want to have a vertical gallery. The problem is that the images have no space between them. Please check the image attached.
Thanks!
Hello,
Add the following code to Theme Options > Custom CSS
.product-images .product-images-gallery > div {
margin-bottom: 20px;
}
Regards
Great! Thank you!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up