Hello there !
I might be stupid but I’m not able to remove the beautiful empty white space under my Slideshow on my Website.
(Red Line)
Can someone give me a hand or somewhere to look ? Thank you very much
Hello there !
I might be stupid but I’m not able to remove the beautiful empty white space under my Slideshow on my Website.
(Red Line)
Can someone give me a hand or somewhere to look ? Thank you very much
You can do that by adding this CSS code at the bottom of your theme-critical.css file
.section--template--15672049729588__784ed908-f8f5-4bf3-8daf-43580859214 { margin-bottom: 0xp !important; }
Hello,
Thank you but I already tried and apparently it doesn’t do any thing.
I’m using the Slideshow not the Image Slideshow by the way.
You can try to add this code in theme.liquid file above tag
Thank you again but the space is still there. Maybe I’m wrong and it doesn’t concern the Slideshow
Hello @Aeveryw
section.section.section--template--15672049729588__784ed908-f8f5-4bf3-8daf-435808592141.section--full.section--full-mobile {
margin-bottom: 0px!important;
}
Hi @Aeveryw
To fix the problem.
You can try follow this path:
Themes => edit code => asset => theme-critical.css
and add this code to bottom of the file theme-critical.css
.section[data-section-type="home-carousel"] {
margin-bottom: 0!important;
}
Hi,
Head over to the theme-critical.css file
Scroll the whole file and add the following code in the last
#shopify-section-template–15672049729588__784ed908-f8f5-4bf3-8daf-435808592141 > section{
margin-bottom: 0px !important;
}
Hello @Aeveryw
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->theme-critical.css>Add this code at the bottom.
.section--template--15672049729588__7804009d-e5c5-4399-b75b-8230c32b5795 .scrolling-text__bg-overlay {
padding-top: 0px !important;
}