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