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?
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.