Ok well I didn’t mean you had to delete any code….sorry for the mixup. I meant for you to just go into the Editor in your Dasbhoard and then add in the
<div class="separator"></div>
code in between the two posts you have showing on your page.
Find this section in your code
<div class="post-excerpt"></div>
<div class="clear"></div>
</div>
<div class="associated-post">
<h3 class="post-title">
and then modify it to this
<div class="post-excerpt"></div>
<div class="clear"></div>
</div>
<div class="separator"></div> <!-- This part is added in -->
<div class="associated-post">
<h3 class="post-title">
and then apply the appropriate CSS styling I had mentioned in my above response.