Jul 01, 2017 3:53 am
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
Jul 01, 2017 4:33 am
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;
}