Hi all,
Programming a survey here - I was wondering if in the multiple choice questions I could have a label (or a part thereof) above and below each response option 'circle' where participants eventually click. See the picture below.
Cheers,
Dennis
Hi there, the radio button can be moved to the center by adding the below CSS to the Style section of the survey's Look & Feel:
.Skin .MAHR td label.q-checkbox, .Skin .SAHR td label.q-radio {
bottom: calc(50% - 12px) !important;
}
span.LabelWrapper label>span {
padding-bottom: 0px !important;
}
Hi Tom_1842
Is it possible i we can add this CSS in a particular question? Bwcase what I think is if add this in Survey's Look & Feel, It will change globally in survey.
Hi dipeshsingh It is indeed possible. I sometimes refer to this post for the couple ways I know about to apply CSS to specific questions or pages. For this one, try updating the Question Text using the Rich Content Editor's HTML/Source view "<>" with the below:
Click to write question text
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.