Hey! Does anyone know how to center the text inside single choice answer buttons? There doesn’t seem to be a away to do this in the look and feel menu. I want it to look like this:
Thanks!
Hey! Does anyone know how to center the text inside single choice answer buttons? There doesn’t seem to be a away to do this in the look and feel menu. I want it to look like this:
Thanks!
Hope it helps!
Add the below script to CSS
.Skin .MAVR label.MultipleAnswer, .Skin .SAVR label.SingleAnswer {
text-align: center;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.