By Philippe on Sunday, 14 May 2017
Posted in General
Likes 0
Views 836
Votes 0
Hello,

I noticed that Custom Feld Textarea was not displaying correctly with the Echo template.
The height is the same height as a Textbox.

See screenshots as attachments.

Thank you
Philippe
Hi there,

It seems that i can replicate this on my end. I have issues this to our developer and this will be included on our next release version.

Currently, maybe you can try to do css template override on css code below at this path .../templates/echo/css/custom.css and see how it goes

#es .data-field-textarea textarea{
min-height: 100px !important;
}
·
Monday, 15 May 2017 12:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much Abdul !
Philippe
·
Monday, 15 May 2017 20:25
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Philippe, glad that your issues are resolved now
·
Monday, 15 May 2017 21:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post