How to reduce the size of the box around multiple choice answers? | XM Community
Skip to main content
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.



!
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"});`
@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