How to decrease footer column spacing in Debut theme?

I am using Debut theme.

I want less space between the quick links column and the address column in the footer of my site.

Desktop only. Mobile is ok.

Homeplacesanctuary.org

pw poodle1

Thank You so much!!!

Contact me, I can solve all your issues.

Hello @Anonymous

Add this css at the bottom of

Online Store->Theme->Edit code->Assets->theme.scss.liquid

@media only screen and (min-width: 750px) {
.site-footer__item.site-footer__item--one-quarter {
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: center;
}
}

Hope this will work for you

Thanks…

Thank you!

Yes it worked perfectly for the footer, but as soon as I added that code, it stopped my video from working…

Never mind. I just re added the video and it works again.

Thank you!!!

Hello @Anonymous

Thanks for your response!