How to reduce/delete footer padding on my website?

I added custom liquid section to my store’s footer to create a custom trust badges banner. The problem is, now there is a blank area that I cannot get rid of. I tried to find padding in the code to set it to 0, but I couldn’t get it to work.

The theme I use is Spotlight. I attached 2 screenshots, one of my section menu and one showing the blank space I’m trying to get rid of.

I also deleted the copyright and “powered by Shopify” texts from the footer code, the grey section is entirely custom made (including the copyright sign).

My store domain’s is: https://dolekcji.pl

Thank you in advance for any help on this! :))

1 Like

This change you say you did is not visible on the linked website.

ALWAYS provide publicly accessible inspectable examples that you verify as if another person looks at it.

All people do not have the same specific setup, see what you see, or know what you know ALWAYS keep that in mind.

Nor do they have access to your admins internal theme editor.

https://community.shopify.com/c/blog/how-to-get-support-from-the-community/ba-p/1399408

Goodluck.

1 Like

Thanks for the heads-up, I have just updated the website so you can see what I mean :))

Hey @Franek1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hello Franek1,

I have attached one screenshot, please remove this CSS, it will remove space.

For small amounts of CSS use theme css settings instead to avoid editing files direclty and breaking the upgrade path.

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css

Without the tags

1 Like

That worked, thank you! :))

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

1 Like