How to reduce footer size in shopify (testament theme)

How to reduce footer size in shopify (testament theme)

Chowbellaco
New Member
4 0 0

Screen Shot 2024-05-25 at 23.18.24.png

 

Hi,

 

I need help condensing the footer and removing some of the padding to make it smaller, (reduced to half the size)

Thank you!

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @Chowbellaco
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_0-1716643928623.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSTechVenture_1-1716643933939.png

 

Step 3: Insert the below code at the bottom of the file -> Save

div#bottom-footer { 
  padding-top: 0 !important;
  margin-top: 30px !important;
}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Chowbellaco
New Member
4 0 0

I searched all those files and none appeared. The only one I could find was stylesheet.css but I pasted it at the bottom and nothing changed

 

Chowbellaco
New Member
4 0 0

I also tried the same in theme.liquid and nothing changed