How can I eliminate spacing between webpage sections?

Hello,

Can someone please help me remove space between sections, I’ve tried everything until now, with no success.

See the screenshots below:

1- https://www.awesomescreenshot.com/image/34473627?key=5e740cae167df2d1257b918f1f50d2f2

2- https://www.awesomescreenshot.com/image/34473693?key=9cf20f8e81dbdb35ae80e1eb9a6efd49

Any help would be welcome, please.

Hello @izicozy

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?
Kind & Best regards!
GemPages Support Team

@izicozy

Please share your store URL!

Thanks!

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hello @izicozy ,

To help you better we require your store URL, please provide us with the same, so our team can check the exact issue and offer you a better resolution.

Regards,

CedCommerce

My store url is: izicozy.com

password: restriction25

@GemPages

@Cedcommerce

@Denishamakwana

@dmwwebartisan

@izicozy

Please add the following CSS code to your assets/pre_theme.min.css bottom of the file.

.SlideshowWrapper.nt_se_template--16790790373662__16357021760efbe511 {
    margin-bottom: 0px !important;
}

#shopify-section-template--16790790373662__1a610a56-ff93-4af9-85a9-26d0a9c8eb7e .nt_se_template--16790790373662__1a610a56-ff93-4af9-85a9-26d0a9c8eb7e {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

Thanks!

1 Like

Thank you very much, it works.