Hello,
Would anyone know how I can adjust the 'Other, please specify' text box size? The small one that comes with the themes is too small (you don't even notice it) and the medium one is too big. I would need something in between.
Thank you!
Page 1 / 1
Hello Diana,
Trying adding the below JavaScript.
You can change the size of width as per your need.
jQuery("#"+this.questionId+" .InputText").css("width", "200px");
Can you also adjust the height to make it look like a square?
https://community.qualtrics.com/XMcommunity/discussion/comment/47556#Comment_47556Yes you can .. Try this
jQuery("#"+this.questionId+" .InputText").css("width", "200px");
jQuery("#"+this.questionId+" .InputText").css("height", "200px");
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.