Side by Side Question | XM Community
Skip to main content
Solved

Side by Side Question

  • April 30, 2020
  • 1 reply
  • 7 views

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

Best answer by rondev

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

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • Answer
  • April 30, 2020

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