-1

I'm trying to figure out how to add a footer at the bottom of my webpage but it doesn't seem to "stick" at the bottom, I don't know if it's my background image at 100% that is causing the problem, so I kind of need help here keeping the footer at the bottom, thanks

PatrickGamboa
  • 672
  • 4
  • 22
  • 43

1 Answers1

0

If you want it to stick a footer at the very bottom of the document no matter what, then you can use position:absolute & bottom:0px. A background image shouldn't effect it's positioning.

Please see this fiddle

And yes it would be helpful to see your current code that isn't working.

dev
  • 3,969
  • 3
  • 24
  • 36