JavaScript to resize a constant sum table? | XM Community
Skip to main content

Capture.PNGHi, I am using a constant sum table and struggling with the size. As shown in the attached image, the display space is too big and makes the input box too far from the displayed question. Is there any code to decrease the width of display area?
Will deeply appreciate your help.

Try to add this to your custom css, adjust the 150px value to change the distance between the left and right elements:
.QuestionBody .ChoiceStructure li div{
 position: relative;
 left: 150px;
}


it works perfectly fine!!!
Thank you so much!!


Leave a Reply