How can i align choices in multiple choice question in center | XM Community
Skip to main content
Solved

How can i align choices in multiple choice question in center


Forum|alt.badge.img+3
How can i align multiple choice options in center for below image ?!

Best answer by Anonymous

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; }
View original

2 replies

  • 0 replies
  • Answer
  • May 3, 2019
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; }

Forum|alt.badge.img
  • 2 replies
  • February 15, 2022

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