Viewing 4 replies - 1 through 4 (of 4 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of help.

    Thread Starter mpierceky

    (@mpierceky)

    Edit style.css and remove height: 16px; from:

    .tags {
        background: url("images/tag.gif") no-repeat;
        float: left;
        height: 16px;
        margin-right: 10px;
        padding: 2px 3px 3px 20px;
    }

    and

    .category {
        background: url("images/category.gif") no-repeat;
        height: 16px;
        margin-right: 10px;
        padding: 2px 3px 3px 20px;
    }

    Then delete:

    .category, .editit {
        float: left;
    }
    Thread Starter mpierceky

    (@mpierceky)

    That worked!

    Thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘categories overlapping with other posts’ is closed to new replies.