izicozy
November 17, 2022, 4:46am
1
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
izicozy
November 17, 2022, 2:28pm
6
@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
izicozy
November 18, 2022, 2:24am
8
Thank you very much, it works.