How-to and Troubleshooting
8
Posts
2
Users
0
Reactions
2,370
Views
Oct 09, 2017 10:44 am
So, in Extended layout we can't have rounded avatars in each topic/post ? Is that what you say ?
Oct 09, 2017 5:34 pm
The extended layout is designed with square avatars. You can customize using CSS but it's square by default. Here is a CSS code to round it:
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-avatar .avatar{
border-radius: 50%;
}
Oct 09, 2017 6:00 pm
The extended layout is designed with square avatars. You can customize using CSS but it's square by default. Here is a CSS code to round it:
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-avatar .avatar{
border-radius: 50%;
}
Works great Robert, thanks a lot.
I see no reason in the same Forum, to have different avatar styles in specific places.
Page 2 / 2
Prev