Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Why isn't my footer at the bottom? Reply To: Why isn't my footer at the bottom?

#241694
I.m.learning
Participant

You have really made a mess of things! I’m trying to look at it and you have a lot of unnecessary codes; mainly the reason we use div containers is to contain that content in a divider; hence the “div” You have 4 divs in one div to contain an unordered list with one item!

One thing to think of is to use one page as a template; once you have perfected that page, use it as the template for the others.

I like this page:
https://projekt-wordpress-ed222gg.c9users.io/

I’m writing this and see someone posted…if you want it “fixed,” use fixed, not relative.
This is Bootstrap:

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}