Side by Side Question | XM Community
Skip to main content

Is there a way to get rid of the lines and the empty space on the top in this side by side question? Thank you!
Screen Shot 2020-04-30 at 12.28.54 PM.png

Try the below code in JS:
jQuery("#"+this.questionId+" .Headings").css("display","none");


Leave a Reply