How can i align multiple choice options in center for below image ?!
Page 1 / 1
Hello @GSSCEAGAppManBD
Use the below CSS code:
.Skin .MAVR label.MultipleAnswer, .Skin .SAVR label.SingleAnswer{
display:-webkit-inline-box;
}
.Skin .QuestionBody ul.ChoiceStructure{
text-align:center;
}
Use the below CSS code:
.Skin .MAVR label.MultipleAnswer, .Skin .SAVR label.SingleAnswer{
display:-webkit-inline-box;
}
.Skin .QuestionBody ul.ChoiceStructure{
text-align:center;
}
Hi!
I was able to use this to change the response choices for the entire survey. Thank you!
Does anyone have code/suggestions for centering the responses for questions in one block (or individual questions) only?
Many thanks!
Bill
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.