How can I decrease the footer height in the Crave theme?

Hi,

I am using the Crave theme. How can I reduce the footer height? I would like the distance between social media links and payment options to be reduced significantly.

@Vonplicity - can you please share the page link?

The website is vonplicity.com

@Vonplicity - please add this css to the very end of your base.css file and check, adjust numbers as per your need

.footer__content-top{padding-bottom: 1rem !important;}
.footer__content-bottom{padding-top: 1rem !important;}
1 Like

This worked. Thank you!