Adjusting spacing above favicon on footer

Hello, I would need help adjusting the empty space above the favicon on my footer. I would like to reduce it a bit.

1 Like

Hi @VintageFabrik1 ,

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible

Hi @VintageFabrik1

Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

footer#section-footer {
    padding-top: 10px !important;
}

And Save.

Result:

Note: the original padding size is 75px.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like