How do I eliminate spacing between homepage sections?

skrt
Tourist
6 0 1

Hello,

how can i remove space between sections in the homepage

This is my store link: https://homelutions.myshopify.com/

Replies 4 (4)

dmwwebartisan
Shopify Partner
12289 2547 3698

@skrt 

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.index-sections .shopify-section {
    margin-top: 30px !important;
}

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

Kinjaldavra
Shopify Partner
2302 570 1423

hello @skrt 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.index-sections .shopify-section {
    margin-top: 30px !important;
}

 

skrt
Tourist
6 0 1

it didnt work

Kinjaldavra
Shopify Partner
2302 570 1423

hello @skrt 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-16269678673fdeb89a #gd-pre-footer{
	margin-top: 0px !important;
}