I’m trying to figure out how to add padding between my home feed and my footer. I have attached a screenshot of my current home screen, I want more white space between the instagram feed and the footer.
Hi,
Please share your store URL, So I will give you proper solution here !
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
#shopify-section-1612562206bd949d1f {
padding-bottom: 20px;
}
Thank you, it looks much better now!!
