Hi there. I just had this problem. It was caused because the <?php endwhile; ?> tag was inserted prior to the end of the appropriate tag.
I hope you figured it out by now. 🙂
Hi guys. Here is the thing I have learned.
is a id tag like any other <p><h1> and wordpress puts them into your code automatically when you insert a line break.
So this is a CSS issue. Here is an example of one of my stylesheets entries to resolve this:
br {
font-size: 28px;
margin-top: 15px;
margin-bottom: 15px;
}
Works like a freaking charm. 😉