• The alignment of my authors avatars in the widget sidebar is indented in a stairstep fashion to the right.

    The first author shows up correctly, but the next author is indented to the right, the next to the right of the one above and so on.

    My website is: http://www.neuroglyphgames.com

    Any assistance in getting all the authors aligned to the left in just one column would be greatly appreciated.

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

    (@pbearne)

    try seting a height on the div

    .author-list .user{height:50px;}

    change the height as need

    Thread Starter neuroglyphgames

    (@neuroglyphgames)

    I’m pretty new to WordPress, so I have no idea where I would add that. Would that be in the style.css? or in the code for the widget in author-avatar?

    Plugin Author Paul Bearne

    (@pbearne)

    yes just add that to the style.css see what it does

    Thread Starter neuroglyphgames

    (@neuroglyphgames)

    Sadly, pbearne, the code you recommended had absolutely no effect. I raised it to 75 and even 100px, and the avatar images remained exactly the same alignment. So this is not my fix.

    Plugin Author Paul Bearne

    (@pbearne)

    This is hard to fix remotly

    I just checked again and setting the height to 43px worded for me

    try using this

    div.user.with-name{height:43px}

    otherwise you need someone with a bit of CSS skills to tweek your template

    Paul

    Thread Starter neuroglyphgames

    (@neuroglyphgames)

    Sorry, that doesn’t work either. I’ll just not use the sidebar widget and search for another plug-in that does work right. Thanks for trying to help.

    Plugin Author Paul Bearne

    (@pbearne)

    Try this

    div.multiwidget_author_avatars div.author-list div.user{height:43px}

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘[Plugin: Author-Avatar] Avatar Alignment indented in widget’ is closed to new replies.