All things Shopify and commerce
I am trying to reduce the vertical spacing between the footer text and social media icons slightly. I am currently using Dawn theme. What code do I need to achieve this? Any help is appreciated! Store is wagsville.ca
Solved! Go to the solution
This is an accepted solution.
Could you try this:
.footer-block--newsletter {
margin-top:20px !important;
}
This is an accepted solution.
Yes that's doable, find line 316 in same CSS file , and find
footer-block__details-content {
margin-bottom: 4rem;
}
Change the value as you want
Hey there! It's great to hear you're tweaking the Dawn theme to fit your store's style better. To reduce the vertical spacing between the footer text and the social media icons, you're right on track with wanting to add some custom CSS. Here's a simple guide on how to do just that:
footer-block--newsletter.scroll-trigger.animate--slide-in {
margin-top: 20px;
}
Should you need further customization or run into any issues, feel free to reach out. Happy customizing, and I hope your site looks exactly as you envision!
Hello, thank you for your reply! I applied the code you provided although the distance between the social media icons and the text within a section in the footer remain unchanged. They are in the same section within the footer, not separate blocks/sections within the footer.
This is an accepted solution.
Could you try this:
.footer-block--newsletter {
margin-top:20px !important;
}
That worked thank you!
Is it possible to apply this spacing for mobile view as well? It works perfectly for desktop!
This is an accepted solution.
Yes that's doable, find line 316 in same CSS file , and find
footer-block__details-content {
margin-bottom: 4rem;
}
Change the value as you want
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025