Avatar Circle
4 posters
Page 1 of 1
Avatar Circle
Is there a way you can make the avatar circle work for everywhere like on the Memberlist and even when viewing a profile?
When I send a PM the profile icon is just as big as the avatar, anyway to fix this?
I'm having trouble copying and pasting in the CSS for some reason because whenever I hold down it just flashes (on iPad 1st Generation), any fix to that?
When I send a PM the profile icon is just as big as the avatar, anyway to fix this?
I'm having trouble copying and pasting in the CSS for some reason because whenever I hold down it just flashes (on iPad 1st Generation), any fix to that?
Re: Avatar Circle
Give them a class or id, e.g: user avatar in viewtopic_body template (Punbb)
Find and search AVATAR in viewtopic_body, message_posting, memberlist ... any template have it
Find and search AVATAR in viewtopic_body, message_posting, memberlist ... any template have it
- Code:
<span id="vt_bavatar">{postrow.displayed.POSTER_AVATAR}</span>
- Code:
#vt_bavatar {
border-radius: 100%;
width: xx;
height: xx;
}
Re: Avatar Circle
Hello,
Sometimes you must force the CSS rule, try this CSS code:
Sometimes you must force the CSS rule, try this CSS code:
- Code:
#vt_bavatar {
border-radius: 100%!important;
width: xx;
height: xx;
}
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum