I'm trying to reduce the gaps between multiple choice answers to reduce the width of the whole question so that mobile users don't have to scroll across as much (as currently the scale doesn't fit on a phone screen). Can anyone please help with this? I only really know how to add basic Javascript so ideally looking for a straightforward fix...
Many thanks.
Page 1 / 1
You can reduce the space between choices in a horizontal MC like this:
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" .ChoiceStructure").css("border-spacing","2px");
});
Thank you very much!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.