Left Justify Error Message | XM Community
Skip to main content
Solved

Left Justify Error Message

  • May 13, 2025
  • 2 replies
  • 20 views

KBrady
Level 2 ●●
Forum|alt.badge.img+11
  • Level 2 ●●
  • 38 replies

Has anyone been able t include some sort of JavaScript or CSS code to ensure error messages are left justified?  I understand changing the survey format is an option, but that does not work for us as we have very specific criteria in our formatting.  Has anyone found a work around in this?

Best answer by TomG

Try this CSS:

.Skin .ValidationError { text-align:left; }

 

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6084 replies
  • Answer
  • May 13, 2025

Try this CSS:

.Skin .ValidationError { text-align:left; }

 


KBrady
Level 2 ●●
Forum|alt.badge.img+11
  • Author
  • Level 2 ●●
  • 38 replies
  • May 13, 2025

Yes!  That worked!

Thank you 

Karen