Notifications
Clear all

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

8 Posts
2 Users
0 Reactions
2,370 Views
Posts: 1602
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: 10587
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: 1602
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