how can i left align the comment box? | XM Community
Skip to main content
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.



!
Try this JS:

```

jQuery("#"+this.questionId+" .InputText").css("text-align","left");

```
Thank worked. Thanks Tom!

Leave a Reply