Viewing 5 replies - 1 through 5 (of 5 total)
  • You have a css issue.

    add “clear:both” to div.hentry div.entry-content line – which looks like is hard coded on line: 28 of your site.

    div.hentry div.entry-content {
    text-align: left;
    clear: both;
    }

    The css block starts on line 22 and ends on 32 – the “div.hentry div.entry-content { text-align: left;}” is already there – just add the new line and you should be good.

    The posts are “floating” over each other – probably because of the images.

    Nice looking site.
    tom

    Thread Starter visual mechanics

    (@visual-mechanics)

    Thanks Tom, I don’t know where to fine the source file that has the div.hentry div.entry-content css tag.
    What file at line 28 is the source?

    inspecting it with firebug lists the source as “blog” Line 29 but there isn’t a file with that name in the entire directory unless “blog” means editing this detail in the wp dashboard area.

    try index.php or page.php in your theme directory.

    Thread Starter visual mechanics

    (@visual-mechanics)

    on line 28 index.php has <?php endwhile ?>

    line 28 in page.php is blank

    Thread Starter visual mechanics

    (@visual-mechanics)

    tom, got it to work! it was inside my style.css the .entry-date tag and the .entry-content tag. the div.hentry was throwing me off the trail….

    Thanks!!!!
    rob

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘entry posts are overlapping’ is closed to new replies.