How to reduce white space between sections in the homepage (Brooklyn theme)

Hello there,

I have lot of white space between each section in my homepage, I’ve tried different things to reduce it with no success.

Any idea?

Thanks in advance!

www.thespooperstore.com

div#shopify-section-16075428994c1dd40b {
    margin: 0;
}
div#shopify-section-1494860348200 {
    margin: 0;
}
.feature-row__item.feature-row__text.feature-row__text--left {
    padding-top: 0;
}	

div#shopify-section-16075256090becd6ad {
    margin: 6px;
}
div#shopify-section-1607597762b6c0a0a8 {
    margin: 0;
}
div#shopify-section-1607599646408c733a {
    margin: 6px;
}

Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

Thank you! It worked! I just differentiated margin-top, margin-bottom etc, but it made the trick basically! :slightly_smiling_face: