Support » Plugin: Author Avatars List/Block » Author list styling?

  • Hi there,

    I’m re-creating a site on a new server with a new underlying theme. The current site uses this plugin to display its lengthy list of authors: https://www.realfoodtraveler.com/about-realfoodtraveler-com/rft-contributors/

    I installed the plugin on the new site and used the exact same shortcode: [authoravatars roles=author show_name=true show_biography=true avatar_size=150]

    And it didn’t look right. The images were centered, as was the text.

    I dug around and updated the shortcode on the new site to: [authoravatars show_name=true roles=author user_link=authorpage show_biography=true order=first_name,asc avatar_size=150 align=left]

    And it still looks the same as the first code. https://realfoodtraveler-com.lyricalstaging.com/rft-contributors/

    I would love the styling to match the current site, or at very least left align and show the name as I told it to in the shortcode, which it isn’t currently doing.

    Some additional space between the bio and the next author’s image would be great, too.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Paul Bearne

    (@pbearne)

    Try adding this CSS to your theme
    maybe via the customizer

    .author-list a {
    float: left;
    margin-right: 12px;
    clear: both;
    max-width: 166px;
    }
    .author-list .biography{
    margin-left: 160px;
    margin-bottom: 20px;
    }

    It will clean it up for you

    Paul

    • This reply was modified 6 months, 3 weeks ago by Paul Bearne.
    Thread Starter mindeeforman

    (@mindeeforman)

    Thank you so much! Is there a way to get the border around each author back? Not a big deal, just thought I would ask.

    Thread Starter mindeeforman

    (@mindeeforman)

    Is there also a way for author names to wrap? See Carole Jacobs, for example – it messes up the formatting: https://realfoodtraveler-com.lyricalstaging.com/rft-contributors/

    Also, I would like the bio text to be left-aligned as well if there’s CSS to do that. Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Author list styling?’ is closed to new replies.