Forums

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

Home Forums CSS Footer Issue??

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #46076

    On My Footer In Google Chrome it doesn’t go all the way to bottom. It does in fire fox OK. But not Google Chrome starting to hate Google Chrome now.

    I tried doing some sticky footer but was not sure if done it OK. I changed it back. Just can’t figure out why.

    How do I make it properly stay at bottom on All browser.

    Here is the code http://codepen.io/mwbcomputers/pen/bmwuA

    #141430
    Junni
    Member

    Give height to your main Div where you have codded the main contents…

    #141431
    carthyca
    Participant

    try
    position:fixed

    #141434
    Qlubbie
    Member

    i tested it with adding:
    position: absolute;
    bottom: 0px;
    to the #footerwrapper

    think that solves it.

    #141437

    Will try it out now

    #141439

    @Junni Thank you your way worked out. Added min-height: 300px; to #footerWrap it worked.

    #141483
    Junni
    Member

    @mwbcomuters you welcome always

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