Forums

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

Home Forums CSS unable to place 2 columns rightly

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39948
    raman2572
    Participant

    Please give a look to http://www.thegoodblogger.com/ , i was just playing with the code, but got a bug
    Column1 is aligned to center and i am unable to fix it. Please help

    #110495
    LaurenIssa
    Member

    Your div id=”headerlogo” has a height of 100px. This is blocking column 1 from floating further left. If you make this height the same height as the header, your column 1 will float left.

    #110515
    wolfcry911
    Participant

    or just add clear: left; to #columns

    #110554
    raman2572
    Participant

    @wolfcry911 thanks for the solution :)

    #110571
    timmyrico
    Member

    wolfcry’s a genius. His is the easiest way!

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