How can I decrease the footer padding in my website?

I want to reduce the padding beneath all the links in my footer, the copyright is pretty far from all the elements as well and hoping to condense this and remove the negative space.

url: https://afca7f-2.myshopify.com/

Hi @blakelyhi

You can try to add this code at the bottom of your base.css file and then check if it is ok

.footer__group-content .footer__image {
    max-width: 180px;
    margin: 0 auto;
}

Thank you - is there a way for on mobile view the two columns of links are side by side instead of stacked?