How can i remove space between features collection and view all button? The gap is too large
Hello @alexschar
Welcome to Shopify Community.
Please add below CSS in base.css file.
@media screen and (max-width: 989px){
body .collection .slider.slider--tablet {
margin-bottom: -0.5rem;
}
.collection__view-all a:not(.link) {
margin-top: 0;
}
}
OUTPUT:
Thanks
it didn’t work, pasted it in the bottom

