Hi,
I need help condensing the footer and removing some of the padding to make it smaller, (reduced to half the size)
Thank you!
Hi,
I need help condensing the footer and removing some of the padding to make it smaller, (reduced to half the size)
Thank you!
Hi @Chowbellaco ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
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
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
I also tried the same in theme.liquid and nothing changed