Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:29:02 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 29, 2015 10:14:23 GMT -8
Tested Using Windows 10 Latest Browsers Chrome - Firefox - IE 11 - Microsoft EdgeIf you use the show avatars on the shoutbox Code See Links below for more infosupport.proboards.com/post/5011802/thread support.proboards.com/post/5309300/thread
You can use the code below to Circle The Avatars Note this uses the small avatars You may have to adjust the height of your shout-box slightly admin > settings > shout-boxScreenshotYou can also preview it on my Test Forum Go > Admin > Themes > Advanced Styles & CSS
And add the code below TO THE VERY BOTTOM OF THE STYLE SHEET.shoutbox .avatar_size_small { .rounded-corners(50%, 50%, 50%, 50%); } .shoutbox .avatar_size_small > img { .rounded-corners(50%, 50%, 50%, 50%); }
.shoutbox .avatar_size_small img { border-radius: 100px; height: 100%; width: 100px; ;border:1px solid #cccccc; }Note: border-radius: 100px; & width: 100px; Set at 100px Remember! You can always preview it before saving any changes to your templateSteve
|
|
inherit
222144
0
Apr 26, 2016 9:01:28 GMT -8
NatAni
43
June 2015
natani
|
Post by NatAni on Jan 3, 2016 9:22:29 GMT -8
Thank you Steve - looks great
|
|