Jun 25, 2019 2:27 pm
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
Jun 26, 2019 7:29 am
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.