문제

I created a custom page for my ecommerce store and I noticed that part of my background image is showing below my footer. It is only happening on this page so I assume there is something wrong with my new page. Anybody have any answers as to why this is happening? Thank you!

Here's the page... http://www.mmatopsupplies.com/brands/

도움이 되었습니까?

해결책

I didn't investigate long enough to see why it's happening, but a quick fix is adding the following css to your footer.

#ContainerFooter {
    margin-bottom:-20px;
}

Alternatively, you could add the css to your .container.footer class. Hope that helps!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top