Solved
how to adjust the constant sum box using custom css
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.
Best answer by PraDeepKotian_XM
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
