
Solved
How can i align choices in multiple choice question in center

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 originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.