Out now! Check out the Poll results: Do you have a Shopify store?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Help! 6.3 pipeline theme. How to reduce padding on footer elements ?

Help! 6.3 pipeline theme. How to reduce padding on footer elements ?

gloria5
Visitor
3 0 0

I am currently working on updating new pipeline theme  my new website.  

As you can see, the footer is quite big and tall. I would want to make this smaller. 

How can I edit the size of my footer? I have read multiple group thought, but I can't seem to find the answer.

 

I am not a pro at coding, so please be very specific haha.

 

One more question: How to put payment icon , social media icon in the the same line. 

 

截屏2022-11-02 下午6.12.22.png

the old version theme. 

截屏2022-11-02 下午6.15.21.png

 

 

Min

Replies 4 (4)

oscprofessional
Shopify Partner
16116 2410 3126

@gloria5 ,

Please share the store URL..

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
gloria5
Visitor
3 0 0
gloria5
Visitor
3 0 0

Hi!

This is the new theme preview : https://u0ng7oms4b2o8rpd-62336729334.shopifypreview.com

 

Thank you @oscprofessional 

LeeB
Shopify Partner
2 0 0

For the padding you can add this code to the bottom of your theme.css. Adjust the px as required.

.footer__content__inner {
    padding-top: 0px;
    padding-bottom: 24px;
}