Change the width of text entry | XM Community
Skip to main content
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?

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


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

 

 


Leave a Reply