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
3
Posts
2
Users
1
Reactions
1,535
Views
Jun 06, 2017 3:28 pm
Hello. A small problem with a user long name, breaking the styling. I tried to fix this, but no luck.
Any ideas ?
Thanks
2 Replies
Jun 07, 2017 5:15 am
I think the best way to make user name wrapper smaller. Try this CSS:
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-name {
display: block;
margin: 0 auto;
width: 90%;
}
Jun 07, 2017 9:42 am
That works just great, many thanks !!