How can I reduce footer padding on my website?

Solved

How can I reduce footer padding on my website?

amyjones33
Tourist
8 0 2

I have tried for days and hours and still am unable to reduce the padding in the footer section. See highlighted area in pic.

www.shopjordanmarie.com

 

amyjones33_1-1689891829226.png

 

Accepted Solution (1)

ZenoPageBuilder
Shopify Partner
1052 203 225

This is an accepted solution.

Hello @amyjones33 

Inside Shopify Admin, you can go to Edit theme code, open file main.css and add this code to the bottom

 

.sf-footer__block {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

The result

Screenshot 2023-07-21 at 09.56.47.png

Hope it helps! 

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
7742 1872 2292

Hi @amyjones33 ,

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:
  4. And Save.
.sf-footer__accordion.flex.flex-wrap.lg\:flex-nowrap.-mx-4.lg\:-mx-8.acc-initialized * {
    padding-top: 0px;
    padding-bottom: 0px;
}

Result:

Ribe_Dagandara_0-1689892656207.png

I hope it help. 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
amyjones33
Tourist
8 0 2

Thank you for your response but that did not work.  I added it to my theme.css file at the bottom and the padding is still there. 😞

amyjones33
Tourist
8 0 2

I even added the !important and it didn't work. 

ZenoPageBuilder
Shopify Partner
1052 203 225

This is an accepted solution.

Hello @amyjones33 

Inside Shopify Admin, you can go to Edit theme code, open file main.css and add this code to the bottom

 

.sf-footer__block {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

The result

Screenshot 2023-07-21 at 09.56.47.png

Hope it helps! 

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
amyjones33
Tourist
8 0 2

My template has a advanced section in the theme settings where I can add custom css. I added it there and it worked. Thanks so much!!!

ZenoPageBuilder
Shopify Partner
1052 203 225

You are welcome.

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com