How do you get rid of a black line which is in between my collection grid and image banner

URL: https://gjo055wosoxqb44c-17240367.shopifypreview.com

Theme: Dawn (Shopify)

How do I get rid of this black line in between my banner and collection grid? It appeared out of nowhere, when it wasn’t there a couple days ago so i’m not sure how to resolve it.

@emekayode - please add this css to the very end of your base.css file and check

section#shopify-section-template--16496477077680__5c7fdcdc-5c2e-4e30-9589-f6e0504ccf5a{margin-top: 0;}

thanks that worked (sort of), but is there a way to remove it as in leave it as a white space rather than closing the gap?

1 Like

@emekayode - remove above code and try this one

#MainContent{background: #fff;}
1 Like