thirdtimeacharm
Member
Posted 10 months ago #
There is an issue when authors bios/descriptions differ in length, whereby the elements to not float under each other, but rather try and float next to each other.
As seen on the following screenshot:
http://s1150.photobucket.com/albums/o609/thirdtimeisacharm/?action=view¤t=author-bios.png
The fix would appear simple enough....just a CSS matter of including this line of code:
.multiwidget_author_avatars .author-list .with-biography {
clear: left;
}
Any chance of having this bug fixed in the next release :)
http://wordpress.org/extend/plugins/author-avatars/
Pbearne
Member
Plugin Author
Posted 10 months ago #
I will look at it.
BUT I am concerned that if I change CSS it will break sites that use this.
thirdtimeacharm
Member
Posted 9 months ago #
This change didnt make it in latest release (1.6.2)
BUT I am concerned that if I change CSS it will break sites that use this.
I can't see how the nature of the requested change can possibly impact the existing CSS implementations?
Pbearne
Member
Plugin Author
Posted 9 months ago #
I will add it to the next version and to the SVN in the meantime
Paul