Side by Side Question | XM Community
Solved

Side by Side Question

  • 30 April 2020
  • 1 reply
  • 101 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

icon

Best answer by rondev 30 April 2020, 21:46

View original

1 reply

Userlevel 7
Badge +22

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

Leave a Reply