Adjusting the size of 'Other, please specify' text box | XM Community
Solved

Adjusting the size of 'Other, please specify' text box

  • 23 February 2021
  • 3 replies
  • 1013 views

Badge

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!

icon

Best answer by rakeshdayalan19 24 February 2021, 18:46

View original

3 replies

Userlevel 1
Badge +5

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");


Badge +2

Can you also adjust the height to make it look like a square?

Userlevel 1
Badge +5

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");

Leave a Reply