Solved
How would I increase the size of response box for a question type .Matrix .ConstantSum?
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
