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.
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?
