Oct 20, 2021 7:56 am
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
Oct 20, 2021 9:11 am
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; }
Oct 20, 2021 9:12 am
wow - fast and perfect. Many Thanks !!!