Question Spacing Java Code | XM Community
Skip to main content
Question

Question Spacing Java Code

  • March 4, 2024
  • 1 reply
  • 29 views

Forum|alt.badge.img+5

Hi Everyone

Hope you can help.

I am using this Java code.

jQuery('.QuestionOuter').css('padding-bottom','0px');

To reduce question spacing, but this reduces the spacing for all questions in a block.

What is the code for just an individual question?

Thanks :) 🤞

1 reply

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • 1555 replies
  • March 4, 2024

Try this
 

jQuery('#'+this.questionId+' .QuestionOuter').css('padding-bottom','0px');