How to center text in single choice answer buttons | XM Community
Skip to main content

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!

 

@Swyatt If you click the drop down against it you can navigate to rich content editor and center align them,

Hope it helps!


Add the below script to CSS

 

.Skin .MAVR label.MultipleAnswer, .Skin .SAVR label.SingleAnswer {

text-align: center;

}


@praveengeorgeix  That worked! Thanks so much!


Leave a Reply