• Resolved joejanish

    (@joejanish)


    I can’t seem to change the size of the avatar. This is the code I’m using:
    [authors_list style="2" avatar_size="700" columns="2" amount="4" show_count="no" after_title="{alf:social}"]

    Ideally the authors look exactly like the images on this plugin’s main page.

    Thank you!

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

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

    (@wpkube)

    Hi @joejanish

    One of the plugins you use, Simple Author Box, adds CSS code that makes the maximum width of avatars 75px.

    But not sure why they didn’t limit that to only affect their elements.

    Add the following CSS in WP admin > Appearance > Customize > Additional CSS:

    .authors-list-item-thumbnail img { max-width: 100% !important; }

    Thread Starter joejanish

    (@joejanish)

    Wow! Thank you so much for your quick response — that worked perfectly!

    Plugin Author WPKube

    (@wpkube)

    You’re welcome @joejanish

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Avatar size’ is closed to new replies.