By david.bruehlmeier@sozialinfo.ch on Saturday, 08 July 2017
Posted in General
Likes 0
Views 0.9K
Votes 0
https://soziale-dienste.ch/registrierung
<Textarea class = "o-form-control" readonly = "readonly" data-field-terms-textbox = "">
#es .o-form-control

I want to set the minimum height for the terms-textbox from 34px to 250px. How can I achieve this?
Why?
In the E browser you can not drag the field larger. Under Firefox no problem. See screen shots. On a tablet or in a smartphone it is also difficult to enlarge the text field.
Thanks for advise
Martin
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Perhaps you can try apply following CSS into echo template custom.css file and see how it goes.


.com_easysocial #es [data-registration-form] textarea.o-form-control {
min-width: 500px;
width: 100% !important;
min-height: 100px;
}


You can change the min-height to suit your needs and we will apply a proper fix on our next release. Thank you.
·
Sunday, 09 July 2017 11:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex
Thank you! It works fine.
Regards
Martin
·
Tuesday, 11 July 2017 01:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 11 July 2017 10:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post