How come when I add custom textareas, they're shorter in height than the native 'About' textarea?
Notifications
Clear all
wpForo User Custom Fields
3
Posts
2
Users
0
Reactions
795
Views
Mar 10, 2020 4:02 am
2 Replies
Mar 10, 2020 12:12 pm
Hi @philraymond,
Please use the following code to get the issue resolved.
#wpforo-wrap .wpf-field textarea {
height: 170px !important;
}
The red marked code can be changed as you like.
The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.
Mar 10, 2020 4:41 pm
Thanks!