Hi,
Does anyone know how to close the spacing on the footer text box?
Thanks,
password: Cho
A user encountered excessive spacing in the footer text box on Shopify’s Dawn Theme version 13.
Solution Provided:
base.css file.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in { width: 98% !important; }Outcome:
The CSS modification successfully resolved the spacing issue. The solution adjusts the footer block width to 98% to reduce unwanted gaps in the text box area.
Hi,
Does anyone know how to close the spacing on the footer text box?
Thanks,
password: Cho
Hi @JC03
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.footer-block.grid__item.footer-block–menu.scroll-trigger.animate–slide-in {
width: 8% !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
It worked, thank you Henry!
You are welcome @JC03 ![]()