how can i left align the comment box? | XM Community
Solved

how can i left align the comment box?

  • 28 February 2020
  • 2 replies
  • 65 views

I am trying to left align the comment box in a side by side. Please let me know how I can left align it instead of the default. Thanks.

!
icon

Best answer by TomG 28 February 2020, 20:03

View original

2 replies

Userlevel 7
Badge +27
Try this JS:
```
jQuery("#"+this.questionId+" .InputText").css("text-align","left");
```
Thank worked. Thanks Tom!

Leave a Reply