How can I remove the space between the footer start and the badges?
www.egyptiful.com Supply theme
Hello @egyptiful
.main-content{
padding-bottom: 10px;
}
@media screen and (min-width: 769px){
.site-footer {
padding: 40px 0 6px;
}
}
Hope it will help you!
Thanks.
Yup. Much better now thanks!