How can I remove the space between the footer start and the badges?

How can I remove the space between the footer start and the badges?

www.egyptiful.com Supply theme

Hello @egyptiful

  1. In your Shopify Admin go to online store => themes => actions => edit code
  2. Find Asset =>theme.scss and paste this at the bottom of the file:
.main-content{
    padding-bottom: 10px;
}
@media screen and (min-width: 769px){
.site-footer {
padding: 40px 0 6px;
}
}

Hope it will help you!

Thanks.

3 Likes

Yup. Much better now thanks!

1 Like