MyBB Community Forums

Full Version: Circle avatar problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have a little problem with circle avatars. I want that avatar is showing 100%, but I have white corners.
I use that tut: http://community.mybb.com/thread-166378.html

http://echocs.eu/showthread.php?tid=61&pid=275#pid275

And how to make circle avatars in shoutbox?
In your global.css modify .post .post_author div.author_avatar img class to this
.post .post_author div.author_avatar img {
    padding: 5px;
}
http://echocs.eu/showthread.php?tid=61&pid=275#pid275
Hmm..

That's OK now, but how to make circle avatar in shoutbox and member profile?

Any help?

Help?