How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
1,415
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 !!