Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
729 views
in Q2A Core by
edited by
Currently it seems that the text area of the answer box is around 12 rows long. I want to make it maybe only 3 or 4 rows long.

1 Answer

+3 votes
by
 
Best answer

Look for this line in qa-page-question.php:

$editor->get_field($qa_content, @$incontent, @$informat, 'content', 12, $formrequested),

And change 12 to whatever you like.

by
thanks, it works.
by
This does not work for me when I try to change the height of the WYSIWYG editor. Should this solution also work for that editor, or is there another way?
...