All things Shopify and commerce
Hello guys, how can set a little of space between these images?
Hello @NikosBat
if the images are not one then you can adjust the side padding of each image by adding the CSS code to the section custom CSS space.
.tagtheimageclass
padding-left: 10px; !adjust to your preference
padding -right: 10px; !adjust to your preference
Let me know this works by giving a like
Thanks IamThony that has solved my problem!
This looks like the code added later:
<style>
.slider.slider--mobile {
column-gap: unset !important;
row-gap: unset !important;
}
</style>
Unsetting column gap does exactly this. Just remove this code.
I believe it was added near the bottom of layouts/theme.liquid
Thanks Tim, that has solved my problem!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025