Adjusting the size of open ended text box for side-by-side question option | XM Community
Solved

Adjusting the size of open ended text box for side-by-side question option

  • 6 August 2018
  • 3 replies
  • 268 views

Badge +2
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!
icon

Best answer by Anonymous 6 August 2018, 17:58

View original

3 replies

Userlevel 4
Badge +3
Hi Estha, This is possible using html/css script. You can tweak the size as per your requirement.
Userlevel 7
Badge +13
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;
}

Leave a Reply