inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Sept 17, 2015 15:43:29 GMT -8
How do I make the avatars on my forum circular/round regardless of the size of the avatar? Is there a simple way to do that?
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Sept 17, 2015 15:49:05 GMT -8
Adding this CSS to your |style sheet should do it Teg .avatar img { border-radius: 100%; }
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Sept 17, 2015 17:45:11 GMT -8
Adding this CSS to your |style sheet should do it Teg .avatar img { border-radius: 100%; }Thanks, again. I did have to add the _size_default ... in order to get it to work though. I appreciate the help.
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Sept 18, 2015 8:14:44 GMT -8
Sure thing!
|
|