Forums

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

Home Forums CSS Fixing headers and footers

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #189578
    Mid12Design
    Participant

    I have having the hardest time fixing the position of my headers and footers. I know that using position: fixed, bottom: 0, will keep my footer at the bottom, but then In run into the problem of keeping it centered and or keeping the width correct, even when giving them values.

    Example: When I fix the footer at the bottom and set a media query to max-width: 1000px, when I size the growers wider than 1000px the footer will not stay centered. Even when display: table, margin: 0 auto,

    Anyone have know what I am doing wrong?

    #189593
    Paulie_D
    Member

    Perhaps you could create a reduced case Codepen.io demo of the issue to we can see the problem in action?

    But what I think you are after is

    http://codepen.io/Paulie-D/pen/raOWyG

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