Change the width of text entry | XM Community
Skip to main content
Question

Change the width of text entry


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

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • 876 replies
  • February 23, 2023

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


Forum|alt.badge.img+19
  • Level 5 ●●●●●
  • 543 replies
  • April 18, 2023

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

 

 


Leave a Reply