Currently, the users avatar is at ytop, followed by the post title and the post time, poster etc.
This looks strange.
How can I have FIRST the title, then the avatar on the right side, similar to garland.

Comments

WillSWC’s picture

Partially Fixed it with the following

.picture, .comment .submitted {
float: right;
clear: right;
padding-left: 1em;
}

Still far from perfect though.

rally’s picture

Thanks.