Notifications
Clear all

wpForo 1.x.x [Closed] CSS to stop long usernames overlapping

2 Posts
2 Users
0 Likes
763 Views
uforeport
Posts: 13
Topic starter
(@uforeport)
Eminent Member
Joined: 5 years ago

Hi all,

So I've been looking at a way to try and set a max character limit for usernames on my WordPress website but there doesn't seem to be any easy solution.

If you look here you can see that the username tag is starting to overlap into the post area and looks a mess.

Is there anything I can do CSS wise to stop this from happening?

Any help or advice would be appreciated TIA

1 Reply
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @uforeport,

Please try the following CSS code:

#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right {
margin-left: 190px !important;
}

Don't forget to delete all caches before checking.