How-to and Troubleshooting
5
Posts
3
Users
3
Reactions
505
Views
Apr 12, 2020 10:30 am
Hi all
If a user on our forum has a long name, its spills into the forum/discussion area. If that makes sense.
See the picture below
Any ideas how to fix this?
4 Replies
Apr 12, 2020 11:23 am
Hi @wppileyrei,
Put this CSS code in Dashboard > Forums > Settings > Styles Custom CSS Code textarea. Save it, delete all caches, then navigate to forum front-end and pres Ctr+F5 to reset browser cache.
#wpforo #wpforo-wrap .wpf-author-nicename {
word-spacing: normal!important;
word-break: break-all!important;
}