How can I increase the header padding in my online store?

Hello. Can someone help me to make the header padding from my store larger/bigger?

Hello There,

Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.

Hey @GymRat20 ,
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!

@GymRat20 , go to Edit Code > Assets > Theme.scss.css, find this element:

.HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 21px;
    margin-left: 21px;
}

And change values, for example:

.HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 30px;
    margin-left: 30px;
}

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.