Hi,it seems there is no way to set manualy size of textarea,either by textarea settings or css.
I noticed how weight is automaticly expanding if there is a field above (input field in this case)and that is fine,but how do i expand height?I want it to fully expand on remain white screen.
Nevermind found solution,it
Nevermind found solution,it is needed to add this:
height: 680,
to ckeditor part.
Now i can increased my text
Now i can increased my text area. Thanks so much.