I am hoping someone could help me.
Classic layout in Look and Feel and I want to reduce the size of the response option boxes on a multiple-choice question (single response).
I am hoping someone could help me.
Classic layout in Look and Feel and I want to reduce the size of the response option boxes on a multiple-choice question (single response).
Hi
You can apply custom CSS to change the size of the boxes
I am hoping someone could help me.
Classic layout in Look and Feel and I want to reduce the size of the response option boxes on a multiple-choice question (single response).
Reduce the padding around the choice labels (currently 20px). For example:
.Skin label.MultipleAnswer, .Skin label.SingleAnswer { 10px; }
Thank you very much. Unfortunately, it doesn’t work on my end. I may just have to ask Qualtrics. Thank you for your help.
Thank you very much. Unfortunately, it doesn’t work on my end. I may just have to ask Qualtrics. Thank you for your help.
Did you add it to Custom CSS?
Hi you can do this in CSS.
Add the script below
.Skin .QuestionBody {
padding: 0 400px 20px 20px !important;
}
Previous
Result
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.