-2

I got troubles placing my footer at the bottom on one page. It works fine on all pages, except for my gallery page.

The footer places itself behind the gallery images, while the content displays after the last image in the gallery.

In my structure the footer is placed after all the images in the gallery, but when I inspect the site, it seems like the div has no height.

Stephan Olsen
  • 1,623
  • 1
  • 14
  • 29

1 Answers1

1

Try add float: left to gallery and footer and then set also width: 100% for footer.

WooCaSh
  • 5,180
  • 5
  • 36
  • 54
  • Definetly placed the footer content how it should be. The background color however is still messed up. But thanks for the input :) – Stephan Olsen Dec 14 '15 at 15:51