Need help reducing padding in footer

Solved
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
836 148 168

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
4151 950 1158

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. 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


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
836 148 168

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
836 148 168

You are welcome.

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