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
A user is experiencing unwanted spacing between product images on their Shopify store’s product pages and seeks a CSS solution.
Initial Solution Provided:
Follow-up Issue:
The original fix worked for initial products but didn’t apply to newly uploaded products on the site.
Updated Solution:
Status: The helper provided an adjusted CSS snippet with broader selectors to ensure the fix applies across all product pages, though the reason why the original code didn’t automatically apply to new products remains unclear.
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.