Jordi Niubo
Posts: 0
Joined: Tue Nov 26, 2013 12:08 pm

TextArea component size

Hi
I have problems with Textarea component. In editor, i can make the Texarea component big, but when i'm in test, the textarea have initial resolution. How i can fix it? thanks

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

TextArea component size

Hi Jordi,

Add the following custom CSS code:precodetextarea[name=mobiletextarea_4]{
height:200px !important;
}/code/preWhere 'mobiletextarea_4' is a component name,
200px is a desired height.

Jordi Niubo
Posts: 0
Joined: Tue Nov 26, 2013 12:08 pm

TextArea component size

Thanks Katya :)

Return to “Issues”