Why is there white space under the footer of my online store?

Hi,

I have white space that always appears at the bottom of my store under the footer. The amount of space seems to vary.

Store - https://www.776bc.com/

hii, @776BC
Paste this code on top of the theme.scss file.

@media only screen and (min-width: 992px) {
body.pageindex.loaded {
    height: 0px !important;
}
}

Thank You.

Amazing, thanks!

1 Like