I am trying to remove this extra space from my footer , i have already tried to reduce the padding to 0 but no change.
Here is the link to the shop. I would appriciate any help
Issue: Extra vertical space in a Shopify footer persists even after setting padding to 0.
Context: The poster shared a live store link and a screenshot to illustrate the gap. After a delay, they asked for assistance again.
Key guidance provided:
Notes:
Status: No confirmation of a fix yet; the suggestion to edit the specified CSS classes is the current actionable step, and the issue remains open pending feedback.
I am trying to remove this extra space from my footer , i have already tried to reduce the padding to 0 but no change.
Here is the link to the shop. I would appriciate any help
Is it that complicated that no one can help ?
Hi there,
I am new to Shopify, but I know CSS well. Do you know how to use the Code Inspector? (In Chrome hit F12)
You can see that in “section-footer.css” these classes:
.footer__content-top (line 10), and
.footer__content-bottom (line 44)
have padding attributes.
You can tweak the padding attributes to change the spacing.