Forums

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

Home Forums JavaScript Javascript EqualHeight Fix???

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35791
    smithaa99
    Member

    I had used this on another page and it made the columns level out perfectly.

    http://www.onedollaronebrick.com/

    There is a gap under the main content area, but editing margin-height in the style.css file doesn’t seem to fix it.

    What can I do to fix this?

    Thanks!
    Adam

    #93282
    FearDan
    Member

    The height is not equals because second column has additionally padding-top, padding is not included in height in the box model. Try to add padding-top top inside element, or use css property box-sizing: border-box

    #93296
    smithaa99
    Member

    Thank you Dan, you are the best

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