Tagged: Author Page, gravatar
My gravatar is not filling the circle. I have recently made some Quick CSS entries and one or two errors have occurred. You can see the problem here http://goo.gl/EfsUu1
The photo is not filling the circle. Any idea why?
img.avatar.avatar-75.photo is 75×75
span.rounded-container is 81×81
Thank you, Jas
I solved it by placing the following code. Why do you think the two sizes became different?
span.rounded-container {
width: 75px;
height: 75px;
}