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
Page 1 / 1
Put this code in the JS of form question:
jQuery("#"+this.questionId+" .ChoiceStructure table tbody tr:eq(0) td:eq(0)").css("width","5%");
Hi Rondev
This worked perfectly. Thank you very much.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.