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.
How-to and Troubleshooting
5
Posts
3
Users
3
Reactions
623
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;
}