Notifications
Clear all

[Solved] TextArea Height

3 Posts
2 Users
0 Likes
664 Views
Posts: 11
Topic starter
(@philraymond)
Active Member
Joined: 5 years ago

How come when I add custom textareas, they're shorter in height than the native 'About' textarea?

2 Replies
Astghik
Posts: 5901
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

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.    

Posts: 11
Topic starter
(@philraymond)
Active Member
Joined: 5 years ago

Thanks!

Share:
Scroll to top