How can i remove space between features collection and view all button?

How can i remove space between features collection and view all button?

alexschar
Tourist
12 0 2

How can i remove space between features collection and view all button? The gap is too large 

www.rosegoldco.shop

Screenshot 2024-03-22 at 11.14.45 AM.png

Replies 2 (2)

Sweet_Savior_3
Shopify Partner
1330 102 137

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:

Sweet_Savior_3_0-1711125714280.png

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
alexschar
Tourist
12 0 2

it didn't work, pasted it in the bottom