how to adjust the constant sum box using custom css | XM Community
Skip to main content
I have a couple of constant sum matrix tables and I'd like the ability to extend the width of each box, so I can see more characters. Currently, I can only see 4 numbers. Any assistance would be greatly appreciated.
hello @jcprofit17 ,

Add below code in the custom css style. (Look & Feel -> Style -> Custom CSS)

.Skin .Matrix .CS td input, .Skin .Matrix .RO td input {
width: 10em;
text-align: center;
}

Here width can be adjusted as per your requirement.
> @PraDeepKotian_Ugam said:
> hello @jcprofit17 ,
>
> Add below code in the custom css style. (Look & Feel -> Style -> Custom CSS)
>
> .Skin .Matrix .CS td input, .Skin .Matrix .RO td input {
> width: 10em;
> text-align: center;
> }
>
> Here width can be adjusted as per your requirement.

Can this be adjusted so that the sizing is different and specific to different questions?

Leave a Reply