Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
So, in Extended layout we can't have rounded avatars in each topic/post ? Is that what you say ?
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%;
}
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.