Reduce space between Form label and text box | XM Community
Skip to main content

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.)
image.pngThanks

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