How would I increase the size of response box for a question type .Matrix .ConstantSum? | XM Community
Skip to main content
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>
Hi @samdover22 ,

Try this

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

Regards,
Samarth
Thank you @Samarth!

Leave a Reply