Hello @printedbyus ,
I understand you are looking to remove extra padding from your Footer menu-blocks.
Please add the below mentioned CSS code at the bottom of theme.liquid file before tag and save
.section-footer__row.section-footer__row--blocks { display: -webkit-box !important; padding: 10% 0 0 5% !important; } .section-footer__row__col.section-footer__menu-block { padding: 0 20px 0 20px !important; }===> https://prnt.sc/52KdSbYuV3ih
After applying code output will be like this =>
I hope the solution helps you.
Please share if you have any query.
Thank you.
