Notifications
Clear all

[Closed] Long username - fix proposal

2 Posts
2 Users
1 Likes
1,577 Views
Posts: 35
 serd
Topic starter
(@serd)
Trusted Member
Joined: 8 years ago

Hi WPForo team,

I noticed that when a long username is used (e. g. actual first and last names of a user as in attached example), design is distorted - small lamp picture is pushed out of the border. Is it possible to display long user names in 2 rows?

1 Reply
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Try this CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Then delete all caches and Do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-name {
margin: 1px auto;
width: 80%;
display: block;
}