How can I decrease footer spacing and center it on a debut theme store?

Hi I will like to reduce my store footer spacing, I’m currently using debut theme and the store runs on css language.

I will also like to ask if its possible to center the footer, you can see from the picture above that the footer options are all align left.

Any help is greatly appreciated. Thank you!

@mongzzz

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Welcome to shopify community.

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

Thank you.

Hi,

the url is www.mongclothing.com

password is: fraute

Thank you!

Hi Denish,

The url is www.mongclothing.com

Password is: fraute

Thank you!

Hi,

ENTER USING PASSWORD is not working properly.

Please check it.

Thank you.

Hi Denish,

I’ve disabled the password temporarily for you.

Hope this will help.

Thanks

Please add below css in bottom of assets/theme.css file

.site-footer__item-inner.site-footer__item-inner–link_list {
display: flex;
justify-content: center;

}
.site-footer__item {
margin-bottom:0;
}
Hope it work perfectly.
Thank you.