Forums

[resolved] Overlapping posts (4 posts)

  1. Bignasty247
    Member
    Posted 2 months 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. pboosten
    Member
    Posted 2 months ago #

    increase margin

    for instance for .post {margin-bottom}

    Peter

  3. pboosten
    Member
    Posted 2 months ago #

    Even better:

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

    Peter

  4. pboosten
    Member
    Posted 2 months ago #

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

    Peter

Reply

You must log in to post.

About this Topic