Shopify themes, liquid, logos, and UX
Hello ! I want to add two things to my footer: a custom liquid in which I have an image, then the section for the newsletter.
However, even after reducing all the margins to 0, I still have a slight white space between the two that I can't remove.
Thank you in advance for your help
Solved! Go to the solution
This is an accepted solution.
You can add this CSS to remove the whitespace.
<style>
section#shopify-section-sections--20821651194190__newsletter {
margin-top: 0px;
}
section#shopify-section-sections--20821651194190__custom_liquid_dN9xn6 {
margin-bottom: 0!important;
}
section#shopify-section-sections--20821651194190__custom_liquid_dN9xn6 .gradient{
background: linear-gradient(0deg, rgba(239, 231, 218, 1) 23%, rgba(241, 235, 226, 1) 100%);
}
</style>
This is an accepted solution.
You can add this CSS to remove the whitespace.
<style>
section#shopify-section-sections--20821651194190__newsletter {
margin-top: 0px;
}
section#shopify-section-sections--20821651194190__custom_liquid_dN9xn6 {
margin-bottom: 0!important;
}
section#shopify-section-sections--20821651194190__custom_liquid_dN9xn6 .gradient{
background: linear-gradient(0deg, rgba(239, 231, 218, 1) 23%, rgba(241, 235, 226, 1) 100%);
}
</style>
Thank you very much for your time and patience.
The code now works perfectly,
many thanks
thank you very much for your time and patience.
The code now works perfectly,
many thanks
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024