neuroglyphgames
Member
Posted 9 months ago #
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.
pbearne
Member
Posted 9 months ago #
try seting a height on the div
.author-list .user{height:50px;}
change the height as need
neuroglyphgames
Member
Posted 9 months ago #
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?
pbearne
Member
Posted 9 months ago #
yes just add that to the style.css see what it does
neuroglyphgames
Member
Posted 9 months ago #
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.
pbearne
Member
Posted 9 months ago #
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
neuroglyphgames
Member
Posted 9 months ago #
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.
pbearne
Member
Posted 9 months ago #
Try this
div.multiwidget_author_avatars div.author-list div.user{height:43px}