Forums

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

Home Forums CSS Why is my Left sidebar overlapping with the Footer

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #251931
    marketo
    Participant

    I am trying to create a layout, but I have some issue. Can you Please tell me why is my right hand sidebar overlapping with the Footer →

    https://codepen.io/codeispoetry/pen/NpKZpN

    I have one more question as I haven’t given any additional padding so from where is this extra padding coming → https://ibb.co/n6zaVa

    #251939
    Paulie_D
    Member

    Because you’re using absolute position for layout…and that’s just too inflexible. The footer doesn’t know the sidebar is there.

    There are much better (and less 1990’s) options available.

    http://learnlayout.com/

    #251940
    marketo
    Participant

    I am very naive to understand all can you tell me the fix in the code please?

    #251946
    Paulie_D
    Member

    There’s no quick fix really.

    You’ll have to rethink how you are laying out elements.

    There a thousands of tutorials online about how to do that.

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