Notifications
Clear all

wpForo 1.x.x [Solved] wpforo userarea avatar upload text length

3 Posts
2 Users
1 Likes
637 Views
Posts: 2
Topic starter
(@mtheissen)
New Member
Joined: 3 years ago

Hello, we are currently creating a forum with your plugin. First of all we would like to say that we are really excited - thanks for the great work.

You can upload an avatar in the user area - unfortunately the text is shortened here. How can we make sure it is displayed in full?

thanks

2 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @mtheissen,

Go to Dashboard > Forums > Settings > Styles Tab and insert the below CSS Code in Custom CSS Code Field:

#wpforo #wpforo-wrap .wpforo-profile-wrap input[type="file"].wpf-custom-avatar {
width: 86% !important;
}
Posts: 2
Topic starter
(@mtheissen)
New Member
Joined: 3 years ago

wow - fast and perfect. Many Thanks !!!