Notifications
Clear all

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.

 

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

3 Posts
2 Users
1 Reactions
1,535 Views
Posts: 1599
Topic starter
(@anonymous20)
Noble Member
Joined: 9 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 1599
Topic starter
(@anonymous20)
Noble Member
Joined: 9 years ago

That works just great, many thanks !!