Hi,
How do I make the left side of the column a bit more wider so it is more readable? I've used text entry form for this (see attached picture)
ThanksSolved
Aligning text entry forms
!
Hi,
How do I make the left side of the column a bit more wider so it is more readable? I've used text entry form for this (see attached picture)
Thanks
Hi,
How do I make the left side of the column a bit more wider so it is more readable? I've used text entry form for this (see attached picture)
ThanksBest answer by TomG
Decreasing the width of the input column will make the label column wider:
```
jQuery("#"+this.questionId+" input[type=text]").parent().css("width", "50%");
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
