How would I increase the size of response box for a question type .Matrix .ConstantSum? | XM Community
Skip to main content
Solved

How would I increase the size of response box for a question type .Matrix .ConstantSum?

  • July 20, 2018
  • 2 replies
  • 55 views

I have a matrix that I need to increases the size of the response box. The type is ConstantSum. JS or HTML works - any help is appreciated! Attempt that didn't work: <style> .Skin .Matrix .CS .SumInput input.InputText, .Skin .Matrix .CS .SumTotal input, .Skin .Matrix .CS input.SumInput { width: 200px; } </style>

Best answer by Samarth

Hi @samdover22 , Try this .Skin .Matrix .CS td input, .Skin .Matrix .RO td input{ { width: 200px; } } Regards, Samarth

2 replies

Samarth
Level 2 ●●
Forum|alt.badge.img+5
  • Level 2 ●●
  • Answer
  • July 24, 2018
Hi @samdover22 , Try this .Skin .Matrix .CS td input, .Skin .Matrix .RO td input{ { width: 200px; } } Regards, Samarth

  • Author
  • July 24, 2018
Thank you @Samarth!