Solved

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

SaraK
Excursionist
23 0 3

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

Accepted Solution (1)

oscprofessional
Shopify Partner
15843 2371 3073

This is an accepted solution.

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

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 2 (2)

oscprofessional
Shopify Partner
15843 2371 3073

This is an accepted solution.

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

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
SaraK
Excursionist
23 0 3

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