Hi,
I currently have 3 blocks in my footer, they are very close to each other and I would like to increase the spacing between them.
I use Dawn theme, my site is https://pokepopspot.com/
A Shopify store owner using the Dawn theme wants to increase spacing between three footer blocks that are currently too close together.
Solutions Provided:
Multiple community members offered CSS-based solutions:
.footer-blocks-wrapper.grid classes.footer-blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in { gap: 6rem !important; } (some suggest 10rem)Current Status:
The original poster encountered difficulty locating the </body> tag in the theme.liquid file when following one solution. Another responder provided a screenshot to help locate the correct file location. The issue remains unresolved as the conversation continues with troubleshooting guidance.
Hi,
I currently have 3 blocks in my footer, they are very close to each other and I would like to increase the spacing between them.
I use Dawn theme, my site is https://pokepopspot.com/
Please, advise. Thanks!
Hi @pokepopspot ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
Best regards,
Anthony
Hi @pokepopspot
Try this one.
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
gap: 6rem !important;
}
Hey @Beae_Cass thanks for the advice, I can’t find in the theme.liquid file though
Hi @pokepopspot
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
.footer__blocks-wrapper.grid.grid–1-col.grid–2-col.grid–4-col-tablet.scroll-trigger.animate–slide-in {gap: 10rem !important;}
Regards,
San