Hi!
We are trying to get rid of spacing in between images on product page. Please s. screen shot.
Any leads?
store url: www.mism.store
Thanks in advance!
Best,
team-mism
Hi!
We are trying to get rid of spacing in between images on product page. Please s. screen shot.
Any leads?
store url: www.mism.store
Thanks in advance!
Best,
team-mism
Hi @monomgroup ,
Try this one.
ul#Slider-Gallery-template--18395375305049__main {
gap: 0px;
}
Result:
I hope it help.
Hi there, we uploaded some new products on the website. How would we need to amend the code so that it applies to the new product pages as well? Thanks in advance for your help
S. store url: https://mismstudio.com/products/eez-new-organic-oversize-shirt
best,
team mism
Im not sure why they did not change when its just same code and selector.
Try this one.
slider-component#GalleryViewer-template--19134692950361__main ul#Slider-Gallery-template--19134692950361__main {
gap: 0px
}
Result:
I change a bit the code.