Announcement
Collapse
No announcement yet.
How to make round avatars in vB5
Collapse
This is a sticky topic.
X
X
-
Need to see the site in order to see what's happening.
- Top
- Translate
- Bottom
-
Put the border in the image itself not in its container.
Code:.b-avatar--thread img { border: 1px solid #fff; }
- Top
- Translate
- Bottom
- Likes 1
-
The format for border property is:
border: <border-width> <border-style> <border-color>;
For example:
border: 1px solid #fff;
- Top
- Translate
- Bottom
-
Where does the thin white border you have around these round avatars derive from?
I've achieved round avatars, and I've made them larger, but I can't seem to give them a border.
If I alter ...
… to ...Code:.b-avatar--thread { border: 0; }
… I get a 1px square border around my round avatar.Code:.b-avatar--thread { border: 1; }
- Top
- Translate
- Bottom
-
-
If an avatar is not a square, then it will become oval. You don't want to force it to be square as the image will be stretched.
- Top
- Translate
- Bottom
Leave a comment:
-
Thanks for your support. I did rounded avatars but some avatars are more rounded(oval) . I read topic but i couldn't. Can you please help ?Originally posted by glennrocksvb View PostNo, I wasn't saying to use the code I posted in post #91. I was saying to remove it as it is the code that's causing the avatars not to be rounded.
- Top
- Translate
- Bottom
Leave a comment:
-
No, I wasn't saying to use the code I posted in post #91. I was saying to remove it as it is the code that's causing the avatars not to be rounded.
- Top
- Translate
- Bottom
Leave a comment:
-
glennrocksvb
this codeI changed it with the code you wrote, problem not solved.Code:{ border-radius: 100%; }
- Top
- Translate
- Bottom
Leave a comment:
-
You have this CSS code in css_additional that overrides the border-radius.
That code means don't make the border of ALL tags round.Code:* { border-radius: 0 !important; }
- Top
- Translate
- Bottom
Leave a comment:
-
My web site www.civictr.com Thanks...Originally posted by glennrocksvb View PostToday, 11:45 AM
Editing a comment
Need to see your site in order to check if the code is correct and not overridden by other CSS.
- 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: