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

How to center text in single choice answer buttons

  • July 12, 2023
  • 3 replies
  • 228 views

Forum|alt.badge.img+3
  • Level 2 ●●
  • 12 replies

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!

 

Best answer by praveengeorgeix

Add the below script to CSS

 

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

text-align: center;

}

3 replies

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • 1555 replies
  • July 12, 2023

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

Hope it helps!


praveengeorgeix
QPN Level 4 ●●●●
Forum|alt.badge.img+11
  • QPN Level 4 ●●●●
  • 99 replies
  • Answer
  • July 12, 2023

Add the below script to CSS

 

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

text-align: center;

}


Forum|alt.badge.img+3
  • Author
  • Level 2 ●●
  • 12 replies
  • July 12, 2023

@praveengeorgeix  That worked! Thanks so much!