Increase horizontal distance between radio click/response buttons multiple choice | XM Community
Skip to main content
I'm trying to increase the difference between the 'left' and 'right' response buttons for my participants to click on:

!



I would like the left and the right to be the uttermost respective corner (left and right) and to be slightly more square shaped. At the very least to be less long and have a larger horizontal gap between them. I'm assuming this would be a css in the look and feel section.



https://www.qualtrics.com/community/discussion/4528/how-can-i-increase-the-distance-gap-between-choices-in-a-multiple-choice-question

This doesn't seem to work and just puts the answers underneath each other and really close together.



Any help would be greatly appreciated.

We added this to the look and feel and it worked:

.Skin .MC label.SingleAnswer {
width: 150px;
height: 90px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 70px;
padding-right: 70px;
margin: 0;
border: 0;
}
}


Leave a Reply