Page 1 of 1

TextArea component size

Posted: Thu Nov 28, 2013 8:58 am
by Jordi Niubo

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


TextArea component size

Posted: Thu Nov 28, 2013 10:04 am
by Kateryna Grynko

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.


TextArea component size

Posted: Thu Nov 28, 2013 10:43 am
by Jordi Niubo

Thanks Katya :)