How can I remove the space under trust badges in Debut theme?

Hey,

I would like to know how can I remove the space under my trust badges section to have it next to my footer ?

Thanks.

Link : https://relentless-clothingz.myshopify.com

Hi @Ulysse1300 ,

Go to Assets > theme.css and paste this at the bottom of the file:

.site-footer{
	margin-top: 0px !important;
}

Hope it helps!

It’s exactly what I was looking for, thanks.