Вопрос

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