How do I reduce the space between the Form label and the answer box. Going to inspect, the only element(?) that highlights the label and the space is - there's no class for the label. (Also, I'm not sure if it makes a difference but the answer boxes have an autocomplete list attached to them.)Thanks
Solved
Reduce space between Form label and text box
Best answer by rondev
Put this code in the JS of form question:
jQuery("#"+this.questionId+" .ChoiceStructure table tbody tr:eq(0) td:eq(0)").css("width","5%");
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.