I'm having an issue where some articles in the blog layout are not stacking correctly into a single column. See here:
hotrodgaragesale.com/brian-s-blog
Checking the code in firebug, a couple things stand out:
1)
After each article is this div:
<div class="item-separator"></div>
However, it's grayed out.
2)
If you mouse over the article divs in firebug and see which sections of the page get highlighted, you get random results:
a) The first article highlights only the heading and text, but not the image:
mouse over <div class="leading-0"> (see attached image)
b) The second article highlights the image from the first article plus all content of the second article:
mouse over <div class="leading-1">
c) The third article correctly highlights all content of the article:
mouse over <div class="leading-2">
So, it's as if the first image (Audrey Hepburn) is part of the second article, even though the code shows it to be within the 'leading-0' div. What gives? This is driving me crazy!