Reducing the size of my footer ( removing extra space in my footer )

Solved

Reducing the size of my footer ( removing extra space in my footer )

Newuser09826
Tourist
5 0 1

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

https://d5e373-08.myshopify.com/

Screen Shot 2024-03-28 at 3.56.43 PM.png

 

Accepted Solution (1)
mattgwriter7
Shopify Partner
1 1 0

This is an accepted solution.

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.

View solution in original post

Replies 2 (2)

Newuser09826
Tourist
5 0 1

Is it that complicated that no one can help ?

mattgwriter7
Shopify Partner
1 1 0

This is an accepted solution.

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.