How to get rid of gaps in between sections?


Hi,

I’m trying to remove the gap between the sections. If anyone has a clue on how to get rid/fix the gaps that would be greatly appreciated.

1 Like

Glad to help. Could you send the link to your website?

The link is Skintasia . The password is yur

Hello @Kares ,

Are you trying to delete the whole section or just make the “Newsletter” section stay exactly in the middle of the section?

Hello @Kares

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code

.newsletter__wrapper {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

The result

Hope it helps!

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code

  2. Find Asset > base.css and paste this at the bottom of the file:

@media screen and (min-width: 750px){
.section-sections--19569679630627__newsletter-padding {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
}

Hello @Kares

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.section-sections--19569679630627__newsletter-padding {
    padding-top: 70px !important;
    padding-bottom: 70px !important; 
}

I’m trying to delete the gaps in between sections. Here is another example.

Thanks for the reply but this unfortunately didn’t work.

I tried this but unfortunately it didn’t work.

I tried this but unfortunately it didn’t work.

Password does not work.