Hello,
I am hoping to use the side-by-side question option, and wonder if there is any way in which we can adjust the size of the open-ended text box.
Thank you!
Page 1 / 1
Hi Estha, This is possible using html/css script. You can tweak the size as per your requirement.
Hello @Estha,
This can be done using CSS just go to the look and feel section -> Advanced -> Add custom css and add:
.Skin .SBS .Medium{
width: 30em;
}
This can be done using CSS just go to the look and feel section -> Advanced -> Add custom css and add:
.Skin .SBS .Medium{
width: 30em;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.