Help removing white space between sections in Dawn theme?

Hi,

I’m trying to remove this white space in my website. Is there a way to make it so the background doesn’t peek through here? I know there are articles on this but I’ve tried a bunch of them and can’t figure out how to solve this. Can anyone help?

1 Like

Hi,

Please share your store URL.

Thanks

@kianialexandra

Welcome to Shopify Community.
Kindly share your Store URl,
So that, I can check and help you.

Thank you.

Hi @kianialexandra

Please share your store URL

Hi there, thank you for your reply :slightly_smiling_face: Here is my store url and password:

shop password: skohlu

The issue is on the home page :heart:

Hi,

Please add below css in base.css file.

section#shopify-section-template--14653584244825__featured_collection {
    margin-top: -10px;
}

Thanks

Hit Like and Accept as Solution if it helps you.

1 Like

@kianialexandra

section#shopify-section-template--14653584244825__featured_collection {
    margin-top: -9px !Important;
}

Add this code in the bottom of base.css file,

1 Like

It worked perfectly and looks great, thank you so much! :slightly_smiling_face: