How to reduce the spacing between footer menu and quick links?

Solved

How to reduce the spacing between footer menu and quick links?

KimGottwald
Trailblazer
230 0 33

Hi everyone,

I’m trying to decrease the space between the footer menu and the quick links on my store’s page. I’ve attached some images to show the current spacing issue I’d like to fix.

Here’s the preview link to my store: https://ll4w4t6j24v2zyxo-86217654598.shopifypreview.com
Password: Password

Thanks so much for your help!

Best,
Kim

Bildschirmfoto 2024-10-05 um 11.37.38 PM.png

Accepted Solution (1)

Moeed
Shopify Partner
5880 1597 1899

This is an accepted solution.

Hey @KimGottwald 

 

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 </body> tag

<style>
.footer__content-top.page-width {
    padding-bottom: 1rem !important;
}
.footer__content-bottom {
    padding-top: 1rem !important;
}
</style>

RESULT:

Moeed_0-1728205386943.png

 

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

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
5880 1597 1899

This is an accepted solution.

Hey @KimGottwald 

 

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 </body> tag

<style>
.footer__content-top.page-width {
    padding-bottom: 1rem !important;
}
.footer__content-bottom {
    padding-top: 1rem !important;
}
</style>

RESULT:

Moeed_0-1728205386943.png

 

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

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications