• I’ll do my best to describe what’s going on as I’m not much of a programmer. I can list all site authors in the sidebar on the site’s main page as per my goal. However, when an author’s bio/description is shorter in length than the author’s photo, the next author’s photo and bio nests up into the area of the first author. It’s like the second author becomes a subscript of the first. I thought I could fix this by adding a linebreak somewhere (<hr/>) but can’t quite tell where to do so. See the homepage for what I am hopefully describing well enough. http://www.whatisepidemiology.com

    Thanks

    http://wordpress.org/extend/plugins/author-avatars/

Viewing 1 replies (of 1 total)
  • Thread Starter gchristothefirst

    (@gchristothefirst)

    Adding ‘height:120px;’ has provided a fix unless something better turns up.

    author-avatars/css/widget.css

    }
    .multiwidget_author_avatars .author-list .with-biography {
    	display: block;
    	text-align: left;
    	margin-bottom: 0.5em;
    	height:120px;
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Author Avatars List] Avatars overlapping in widget’ is closed to new replies.