• Resolved creative80

    (@creative80)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ben

    (@bforchhammer)

    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.

    Thread Starter creative80

    (@creative80)

    Thanks Ben! I actually just used the widget control to hide the names and just show pictures.

    Worked like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Author Avatars List] Creating Columns for Widget?’ is closed to new replies.