Hi, 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.
Solved
JavaScript to resize a constant sum table?
Best answer by TJUH_Kai
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;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
