Hello! I have this weird effect on my cooking blog (http://www.cookingblondes.nl/) I'm using Author Avatar List, Login with AJAX and User Avatar to display avatars.
In my footer I have a list of top author avatars, but for some reason there seems to be additional padding to the right side of the images. You can see it when you hover over them with your mouse.
I have tried overriding the plugin CSS in my stylesheet but to no effect.
/*** Override author avatar list ***/
.author-list .user {
padding:0px;
display: inline-block;
vertical-align: top;
/* IE 7 */
zoom: 1;
*display: inline;
}
.author-list .avatar img {
float: none;
padding:4px;
border:1px solid #E5E5E5;
}
A similar thing is happening to Login with Ajax. I noticed it when I tried adding a boder to the avatar. You have to be logged in to see it so I created this temporary account so you can see what's going on.
Username: Testbunny
Password: test
/*** Override Login with AJAX ***/
#LoginWithAjax_Avatar { width:50px; padding:4px; border:1px solid #E5E5E5; }
I'm not sure what exactly is causing the effect, but I think it has something to do with my theme. I would really appreciated it if someone could take the time to take a look :)
Thanks in advance,
- Florence