The problem is, if the fourth post div is heiher than the third one is, then it couldn’t float to the left side and there is the white space on the left. After update it is same in both cases, descanding and ascending. See attached print screen.
Probably the only solution is to replace in css
.recent-post {
height: auto;
float: left;
margin-bottom: 20px;
}
with a fix value
.recent-post {
height: 195px;
}
Jana
Attachments:
You must be
logged in to view attached files.