
Solved
How to reduce the size of the box around multiple choice answers?
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.
!

Best answer by Anonymous
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"});`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
