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

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

  • 20 July 2018
  • 2 replies
  • 27 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>
icon

Best answer by Samarth 24 July 2018, 14:03

View original

2 replies

Userlevel 4
Badge +5
Hi @samdover22 ,

Try this

.Skin .Matrix .CS td input, .Skin .Matrix .RO td input{
{ width: 200px; }
}

Regards,
Samarth
Thank you @Samarth!

Leave a Reply