Notifications
Clear all

wpForo 1.x.x [Closed] Long user name display problem

3 Posts
2 Users
1 Likes
1,238 Views
Posts: 1602
Topic starter
(@anonymous20)
Noble Member
Joined: 8 years ago

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
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

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%;
}
Posts: 1602
Topic starter
(@anonymous20)
Noble Member
Joined: 8 years ago

That works just great, many thanks !!