creative80
Member
Posted 1 year ago #
Hi all,
I've spent several hours trying to figure this out. I've sorted through all of the previous posts and could not solve it.
If you visit the site I am working on (Music will play, so mute!) http://officialkdot.com/ you'll see that the subscriber avatars are lining up in a line.
I would prefer for them to line up in multiple columns.
All help is appreciated. Thanks for everything!
Anna
Styling isn't very good for when names are displayed... Basically I put them in separate lines because I don't know how long your usernames are going to be; You can switch back to "inline mode" (i.e. multiple columns) by adding the following to your theme's style.css:
.multiwidget_author_avatars .author-list .with-name {
display: inline-block !important;
width: 70px;
}
Adjust the width value as needed.
creative80
Member
Posted 1 year ago #
Thanks Ben! I actually just used the widget control to hide the names and just show pictures.
Worked like a charm.