Hello, I’m trying to remove white spaces between image banners as you can see from this screenshot.
Can anyone please help?
Best
Federico
A user is working to eliminate white spaces appearing between image banners on their Shopify Dawn theme store.
Initial Solution:
margin-top: 0px !important; to the base.css fileComplete Fix:
section.markup + section.markup selector was shared to remove all spacing between consecutive banner sectionsFollow-up Request:
The discussion remains open as the additional customization requests have not yet been addressed.
Hello, I’m trying to remove white spaces between image banners as you can see from this screenshot.
Can anyone please help?
Best
Federico
Hello @fred89xxx
Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.
Hi @fred89xxx ,
Would you mind to share your URL website? with password if its protected. Thanks!
Hello, thanks for your help, here the link for the theme I’m working on:
https://xcvo23t0mat6f7am-76195529032.shopifypreview.com
Best
Fred
Hello, thanks for your help, here the link:
https://xcvo23t0mat6f7am-76195529032.shopifypreview.com
Best
Fred
Hello @fred89xxx
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#shopify-section-template--19354997915976__1e1f59de-2bfd-450b-92db-0c84e08376a6 {
margin-top: 0px !important;
}
Thanks! this really worked between the first and second image banner, but then from second to third the space still persists.
Here link for recheck:
https://xcvo23t0mat6f7am-76195529032.shopifypreview.com
Thanks!!!
Hello @fred89xxx
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+.section {
margin-top: 0px !important;
}
Thanks working perfectly! so great!
since we already on this themes, do you know how to change the image banner button to make it appear a simple text in bottom left corner as in this reference image?
and to make all the image banner pic clickable to go in desired section
here last link updated:
https://xcvo23t0mat6f7am-76195529032.shopifypreview.com
Thanks so much!