AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
8
Posts
2
Users
0
Reactions
5,477
Views
Oct 09, 2017 2:44 pm
So, in Extended layout we can't have rounded avatars in each topic/post ? Is that what you say ?
Oct 09, 2017 9: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 10: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