Announcement
Collapse
No announcement yet.
How to make round avatars in vB5
Collapse
This is a sticky topic.
X
X
-
You are right. After I disabled/enabled one by one all CSS modifications also all products I installed lately I figured out it is tis mod that caused problems
Yilmaz - Usergroups Username Colors Everywhere
Too bad
it was a nice feature to have color of users everywhere on the forum.
- Top
- Translate
- Bottom
Leave a comment:
-
I don't think adding the round avatar CSS code will affect the layout. You can confirm this by temporarily removing the CSS. I think there's something else in the CSS is causing the issue. But I can't debug it on your site since you said the issue only occurs when logged in.
- Top
- Translate
- Bottom
- Likes 1
Leave a comment:
-
I use this mod since few years and I am not sure if this is the cause of my problem.
On mobile (phone) the Userinfo overlap the space when the user is logged in. As guest it looks ok:
- Top
- Translate
- Bottom
Leave a comment:
-
You're welcome. Glad to help. Where's my ☕?
- Top
- Translate
- Bottom
Leave a comment:
-
You have to add the same CSS code to additional.css template of each desired theme/style.
- Top
- Translate
- Bottom
Leave a comment:
-
strange it worked on my dark skin but not the light one lol
- Top
- Translate
- Bottom
Leave a comment:
-
Try this one:
Note that if an avatar is not square, adding the code above will make it oblong/oval shape instead of round. To make the avatar square using CSS, you'd have to explicitly set the image width and height the same which may not be good as it may stretch and distort the image.Code:.postuseravatar img, .widget_post_useravatar img { border-radius: 100%; }
Btw, If you see a red dot when you copy/paste the code above, please remove it. There's a bug in the Copy Code button that I have yet to fix.
- Top
- Translate
- Bottom
Leave a comment:
-
Custom CSS changes are done in additional css template. I think it's called additional.css in vB4 while it's called css_additional.css in vB5.
- Top
- Translate
- Bottom
Leave a comment:
Latest Posts
Collapse
-
by ChunkHello!
My name is Chunk (nickname). Im current graduated from my local college for Web Development. Today I will be exploring vBulletin...07-11-2026, 06:08 AM -
by PitmanLol... Like I said, I am Shon.
I am I user and administrator of vBulletin since 2002 (good old days) and I joined here because I recently...07-08-2026, 02:29 PM

Leave a comment: