Hi all, Do you happen to know how to remove all spaces between these two images (both side spaces and spaces between the two images). it is a multicolumn. Thanks a lot to everyone.
URL SITE: https://refade-8966.myshopify.com/
password: chauri
Hi all, Do you happen to know how to remove all spaces between these two images (both side spaces and spaces between the two images). it is a multicolumn. Thanks a lot to everyone.
URL SITE: https://refade-8966.myshopify.com/
password: chauri
Hi @Marco211 ,
Try this one.
.page-width.section-template--19286285844822__4a1cf66a-ed99-4a46-bf0b-a0f66d8aff02-padding.isolate.scroll-trigger.animate--slide-in {
padding: 0px;
max-width: 100%;
}
.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
margin: 0px;
}
ul#Slider-template--19286285844822__4a1cf66a-ed99-4a46-bf0b-a0f66d8aff02 {
gap: 0;
}
ul#Slider-template--19286285844822__4a1cf66a-ed99-4a46-bf0b-a0f66d8aff02 {
justify-content: center;
}
Result:
I hope it help.