How to update size of text box | XM Community
Skip to main content
Question

How to update size of text box

  • July 8, 2019
  • 3 replies
  • 222 views

I am trying to fix / reduce the open comments text box as attached here. Need help

3 replies

JenCX
Level 5 ●●●●●
Forum|alt.badge.img+11
  • Level 5 ●●●●●
  • July 8, 2019
You should be able to just grab the side of it and drag it smaller. Give that a try and let us know.

  • Author
  • July 9, 2019
Thanks for responding. I tried doing the same, but still the size of the text box not changing. Is there a Java script to fix this issue.

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • July 9, 2019
> @Kesav said: > Thanks for responding. I tried doing the same, but still the size of the text box not changing. > Is there a Java script to fix this issue. ``` jQuery("#"+this.questionId+" .InputText").css("width", "150px"); ```