Archived topic
Buddypress & Input field of "what's new"
4 replies · Started by Uwe Pfeifer on November 9, 2015
Hi. The input field of what's new in buddy press is always very small. And if I type in it it resizes. but if i switch tabs or windows, and come back, it's "minimized" again. is there any way you can style it so it has a fixed height? where its comfortable to write in? That would be really awesome! :)
Can you link me to the page possibly?
But I guess you need to register then? Because non-logged in users cant post anything to the timeline.
Looks like BuddyPress sets the height using javascript.
You can overwrite it with this CSS:
#buddypress form#whats-new-form textarea {
min-height: 50px !important;
}
