As the clear:both is on the header section for each new views row, if you don't put anything in the header then all the text overlaps.

Only local images are allowed.

In my case I just have fields in the middle and right.

I fixed it by putting

.views-row {
  clear: both;
}

however I feel that a better fix could be found.

CommentFileSizeAuthor
noclear.png55.99 KBpbz1912

Comments

swentel’s picture

Title: rows overlap when nothing put into header section » Overlapping rows in header: add extra css in styles.
Status: Active » Closed (won't fix)

I'm afraid that's the best solution there is. It's also nearly impossible to cover all cases regarding css (at least in the D6 version), so this is good. Changed the title to reflect this if other people are having the same problem.

chinita7’s picture

I had the same problem but fixed by putting the CSS described above. Thanks.