how to adjust the constant sum box using custom css | XM Community
Skip to main content
Solved

how to adjust the constant sum box using custom css

  • January 3, 2019
  • 2 replies
  • 75 views

jcprofit17
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.

2 replies

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • Answer
  • January 4, 2019
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.

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • June 21, 2019
> @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?