How can I remove unwanted space in the District theme footer?

hello i am using District theme. there is an unwanted space in the footer between the menu’s row and the logo beneath. If you view it on mobile it displays unwanted lines. Can anyone help me remove this space/lines.

www.wakingland.com

Thank you

Hi @wakingland

Aibek is here from Speedimize.io

You have an empty payment types block there - http://joxi.ru/D2P4x1asqbpKq2. We’re not exactly sure what you’re using them for. We are sure that this block can be disabled via the Online Store->Customize. This is the more correct way.

There is another option, just write the style below at the end of theme. scss

#shopify-section-footer .payment-types {
display: none;
}

After you register the block will disappear.

theme. scss can be found in the Online Store->Edit Code http://joxi.ru/l2Z1507Sznw4Mm. Next, just find this file http://joxi.ru/brRL173u7bJez2 open and paste the code above at the very end of the file.

Hope our solution will be useful.

2 Likes

Thanks a lot, this worked perfectly.

The theme customize option didn’t work by disabling the payment display options.

Thanks again,

1 Like

You’re always welcome! Glad to see that our solution was helpful!

Please do not forget to LIKE or ACCEPT the Solution.

Thank you in advance!

1 Like

I believe I’m having the same issue and the code did not work for me. I removed the very last copyright line from my site and I’m trying to get rid of the white space between the trust badge and bottom of the site.

Can you take a peek at mine?

Check your email