Forums

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

Home Forums CSS CSS Positioning Issue. Unable to add second sidebar

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44294
    thetechfreak
    Member

    I am unable to add 2 sidebars in a sample webpage that I made today.

    I was able to add one sidebar floating to the left. But when I made another div for right sidebar, and increased ‘body’ width from 960px to 1400 px then I see that the footbar is on the right. Why? I want the footbar to be seated at the bottom only. So my question is why did the footer move to the right? And what is the solution for it?

    Here is the codepen link as the code isn’t showing up properly : http://cdpn.io/oreyA

    #132692
    CrocoDillon
    Participant

    Because you have the footer in the sidebar:

    #132694
    Paulie_D
    Member

    > I want the footbar to be seated at the bottom only

    What does that mean?

    #132695
    Paulie_D
    Member

    You might want to look at something like this: http://codepen.io/Paulie-D/pen/85ba2b7cd3fd966a03546f4b72628d6b

    It’s one way.

    #132708
    thetechfreak
    Member

    Thanks. Problem solved as pointed out by @CrocoDillon

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