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!
Hi Estha, This is possible using html/css script. You can tweak the size as per your requirement.
Hey
@Estha! Check out
this post, as well as
this post to help you get started!
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;
}