I need to compact my survey as possible, is there anyway I can reduce the size of boxes around multiple choice answers (attached screenshot). probably using jQuery for specific questions? I have no prior knowlege of how to code in java, so any help is greatly appreciated.
!
Page 1 / 1
Hello @elmiraberjisian ,
Try this:
Paste the below code in the js(OnReady) of the Multi choice question:
`jQuery("#"+this.questionId+" label.SingleAnswer").css({"padding":"5px","display":"inline-block"});`
Try this:
Paste the below code in the js(OnReady) of the Multi choice question:
`jQuery("#"+this.questionId+" label.SingleAnswer").css({"padding":"5px","display":"inline-block"});`
@Shashi Thanks, it works
I'm trying to do the opposite, and increase the box size to reduce text wrapping. I'm assuming the code would be similar, but I haven't been able to crack it. Does anyone have any suggestions? elmiraberjisian
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.