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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024