How can I decrease the footer size in Symmetry theme?

Hi ! I’m trying to reduce the size of the footer, I’m using the Symmetry theme. Basically trying the reduce the space where the red arrows are. I’ve been looking online but none of the solution proposed worked. Any idea ? Thanks !

Hey @Anabellebruce ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!

Please put in below code to the last line of styles.css

by going to your store admin > Online Store > Themes > Actions > Edit code > Assets folder. (https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code)

@media (min-width: 768px) { .section-footer__row–blocks .section-footer__row__col { margin-bottom: 0 !important;} }

Thank you very much !