Hi there,
I’m using Shopify dawn. I’ve noticed a wierd white portion in between the Slideshow and Header section. Is there somebody to help me to remove that?
Thanks in advance.
A Shopify store owner using the Dawn theme encountered an unwanted white gap appearing between the header and slideshow sections.
Initial troubleshooting:
Solution provided:
Add custom CSS code to the theme’s stylesheet (base.css, style.css, or theme.css):
#shopify-section-sections--[ID]__header {
margin-bottom: 0px;
}
#shopify-section-sections--[ID]__[slideshow-ID] {
margin-top: 0px;
}
Outcome:
The CSS fix successfully removed the white gap. The issue was resolved by zeroing out the top and bottom margins of the respective sections.
Hi there,
I’m using Shopify dawn. I’ve noticed a wierd white portion in between the Slideshow and Header section. Is there somebody to help me to remove that?
Thanks in advance.
Hi @deb007 ,
Would you mind to share your URL wesbsite? with password if its protected. Thanks!
Hi @Made4uo-Ribe ,
Thanks for your early reply.
URL: https://www.ryalestore.com/
Password: majhipara1235$
Thanks,
Thank you for the information. Unfortunately, Im willing to help but I cant access it.
I try to mozzilla and incognito, no luck at all. Sorry.
Hi @Made4uo-Ribe ,
I’m extremely sorry for the inconvenience, actually country blocker is on at my site. Could you tell me from which country you are, so that I can open it for you.
Thanks,
Thank you, check this one.
And Save.
section#shopify-section-sections--19644178727210__168562887870ffe2ea {
margin-top: 0px;
}
div#shopify-section-sections--19644178727210__header {
margin-bottom: 0px;
}
Result:
I hope it help.