Forums

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

Home Forums CSS Aligning footer to bottom of page

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33492
    Catasphere
    Member

    I’m trying to line up a footer I have on the sidebar of the page to the bottom of the page, but I can’t seem to get it right in all browsers at once. If I line one up in FF, it isn’t on Safari. Any suggestions?

    Screenshot

    HTML:



    CSS:


    footer {
    position: relative;
    text-align: center;
    bottom: -80px;

    font-family: "Cantarell";
    font-size: 14px;
    }

    #83153
    Paulie_D
    Member

    Your image doesn’t seem to show a sidebar’ but if you are trying to pin the footer to the bottom of the viewport then see HERE.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.