MyBB Community Forums

Full Version: Last poster avatar on forumdisplay
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The avatars are displaying as circles for me, instead of squares like in the screenshots. It did not come with a setting to change from circle to square so I am very confused. How do I get squares?

[Image: WUfhWDe.png]

Thanks!
It is in your theme. Look for the avatar img and remove any border radius you may have on it.
Go in ACP to Templates & Styles > Themes > YOURTHEME > and open the avatarep.css to edit.

Search in dron down bar ".avatarep_img" and remove from there:
border-radius: 50%;
Thanks! removing border radius from .avatarep_img fixed the issue. odd since im using default mybb theme, but hey it worked!
Now the problem is that the image is not aligning itself very well. I'll see if I can fix the css and get back to you guys. Thanks again!

[Image: wKoWzdb.png]