Forums

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

Home Forums CSS footer not responsive, why?

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

    Why does not my footer become responsive correctly under 565px?

    https://projekt-wordpress-ed222gg.c9users.io

    #241458
    Paulie_D
    Member

    Aha…I think it’s this:

    #section-home {
        padding-right: 10px;
        height: 0px;  /* this */
    }
    

    I’m not sure why this has height:0, presumably you were trying to hide it…but the contents are spilling out.

    You need to either add overflow:hidden…or use a different hiding method…probably display:none.

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