Rounded avatars in Memberlist
3 posters
Page 1 of 1
Rounded avatars in Memberlist
Hi,
I want to make the avatars in my forum's (version phpBB2) memberlist rounded.
An example would be the avatars found on this forum's memberlist;
Thanks in advance ^^
I want to make the avatars in my forum's (version phpBB2) memberlist rounded.
An example would be the avatars found on this forum's memberlist;
Thanks in advance ^^
Last edited by Valoish on July 30th 2016, 6:25 pm; edited 1 time in total
Re: Rounded avatars in Memberlist
Hi there, add this to your CSS Stylesheet.
- Code:
div.avatar.mini {
border-radius: 100px;
}
Re: Rounded avatars in Memberlist
Thanks @Draxion!
That made the div have rounded corners, but not the image inside of it.
I slightly modified the CSS you gave me and it worked;
Thanks again!
That made the div have rounded corners, but not the image inside of it.
I slightly modified the CSS you gave me and it worked;
- Code:
div.avatar.mini, div.avatar.mini img {
border-radius: 100px;
}
Thanks again!
Re: Rounded avatars in Memberlist
Thanks for your help!
Problem solved & topic archived.
|
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» Remove rounded avatars
» Problem with memberlist
» Memberlist-problems
» Toggle Chatbox Memberlist
» Memberlist Widget for Portal
» Problem with memberlist
» Memberlist-problems
» Toggle Chatbox Memberlist
» Memberlist Widget for Portal
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum