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