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.
!
Page 1 / 1
Try this JS:
```
jQuery("#"+this.questionId+" .InputText").css("text-align","left");
```
```
jQuery("#"+this.questionId+" .InputText").css("text-align","left");
```
Thank worked. Thanks Tom!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.