Forums

[resolved] Overlapping posts (4 posts)

  1. Bignasty247
    Member
    Posted 2 years ago #

    Here is my site:

    http://www.big-nasty.com

    Notice how the words are overlapping the pictures. How do I fix this? I tried fixing the 'intitle' code in the style.css sheet, but it didn't do anything. Please assist.

  2. Peter Boosten
    Member
    Posted 2 years ago #

    increase margin

    for instance for .post {margin-bottom}

    Peter

  3. Peter Boosten
    Member
    Posted 2 years ago #

    Even better:

    .post {
     ...
      min-height: 250px;
    }

    Peter

  4. Peter Boosten
    Member
    Posted 2 years ago #

    you gotta leave the '...' from that class. That was merely to display that other properties could be in this class.

    Peter

Topic Closed

This topic has been closed to new replies.

About this Topic