Change the width of text entry | XM Community
Question

Change the width of text entry

  • 27 March 2020
  • 2 replies
  • 96 views

Hi, i'm using a multiple choice question but when i added a text entry, this box is not of the same width of the button. ¿How can i configure it?

2 replies

Userlevel 7
Badge +27

Hi there, if you still need, try adding the below to the question's JavaScript in the OnReady section:
jQuery("#"+this.questionId+" .TextEntryBox").css({"width":"100%"});

Userlevel 7
Badge +19

The custom code should work. You can also simply click and drag to resize in the interface: 

 

 

Leave a Reply