How can I decrease footer padding on my website?

Hello

I know this suppose to be easy and I’ve been trying many codes but no luck so far.

I would like to reduce the gap between the Header and menu items in footer.

My shop: https://barnes-bikes.myshopify.com

Password: rteoch

Thank you

Hello Alex_Panek,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

.site-footer__item-inner.site-footer__item-inner--link_list .h4 {
    margin-bottom: 0px!important;
}

Thank you so much.

It’s perfect now.

Hello. I cannot figure out how to reduce the padding below the Title of the ‘Page’ block located in the footer of my website. I am using the Broadcast theme.

I am not sure if I need to be looking at the footer or theme liquid. Can someone please help?