Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] No rounded avatar in Post left side

8 Posts
2 Users
0 Reactions
2,804 Views
Posts: 1599
Topic starter
(@anonymous20)
Noble Member
Joined: 9 years ago

So, in Extended layout we can't have rounded avatars in each topic/post ? Is that what you say ?

 

 

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

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%;
}
Posts: 1599
Topic starter
(@anonymous20)
Noble Member
Joined: 9 years ago
Posted by: Robert

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