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.
|

» Remove rounded avatars
» View Avatars in Memberlist
» Removing avatars from memberlist?
» In: Memberlist PNG Avatars still have default picture background!!!!!
» Rounded border .
» View Avatars in Memberlist
» Removing avatars from memberlist?
» In: Memberlist PNG Avatars still have default picture background!!!!!
» Rounded border .
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum