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