How can I adjust the footer spacing in the Warehouse theme?

Morning Community,

I’m nearing the end of our wholesale website build and I’ve been trying to reduce the spacing between the words in the FOOTER and also reduce the overall height of the footer because It’s just to big overall and I’m only building this site so I can move our wholesale customers into the 21st century.

site- Packaging Supplies Wholesaler Australia | AGP

password- Burgess

Hello @BenH40

Please use below code on assets → theme.css at the bottom to adjust spacing as you requested

.footer__link-item {

padding: 0px 0px !important;
}

@media screen and (min-width: 641px){
.footer__wrapper {
padding: 15px 0 !important;
}
.footer__aside {
margin-top:15px !important;
}
}

1 Like

Hello Niraj_singh,

Thank you again, this is absolutely perfect.

Cheers Ben

1 Like