Author pages bug!
I think it's safe to say that this is a bug;
http://appthemestest.com/vantage/author/admin/
This is on the vantage demo site so I know it's not a problem with my site (plugins/child theme/etc...)
This in the style sheet fixes it;
Code:
.author {
display: inline;
}
The original style sheet has this;
Code:
.author {
display: inline-block;
}
I think it applies to the "Added by" bit of single listings but there is obviously a bit of a conflict there.