How can i align choices in multiple choice question in center | XM Community
Skip to main content
How can i align multiple choice options in center for below image ?!
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;
}

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