Removing spacing between questions | XM Community
Skip to main content
Solved

Removing spacing between questions

  • August 28, 2018
  • 6 replies
  • 147 views

Forum|alt.badge.img+2
Hello, I would like to reduce the spacing between two different questions in my survey. ! I have attempted to use the following CSS codes, but couldn't seem to remove any of the spacing: <style> .Skin .Separator { margin:0px 0px; } .Skin .QuestionText{ padding-top:5px; } .Skin .QuestionBody{ padding-bottom:0px; } <style> Would anyone be able to help? Thank you!

Best answer by Anonymous

Hello @Estha , Add following css in the look and feel -> add custom css .Skin .QuestionOuter { padding-bottom: 0px; }

6 replies

sankeshkumar
QPN Level 2 ●●
Forum|alt.badge.img+1
  • QPN Level 2 ●●
  • August 28, 2018
Hello @Estha , Can You Share the .QSF file , so that i can analyze it and send you the modified .QSF

Forum|alt.badge.img+2
  • Author
  • August 28, 2018
Here goes; thank you!

  • Answer
  • August 28, 2018
Hello @Estha , Add following css in the look and feel -> add custom css .Skin .QuestionOuter { padding-bottom: 0px; }

Forum|alt.badge.img+2
  • Author
  • August 28, 2018
Thanks!

Jenah
Qualtrics Employee
Forum|alt.badge.img
  • Qualtrics Employee
  • August 28, 2018
Hi @Estha! It looks like you are asking about custom programming/code. We actually have a Developer Corner in the community that is reserved for these types of questions. Therefore, I have moved your question in that section instead so coders and programmers are more likely to answer your question. If you ever have coding questions, the Developer Corner is the place to be! P.S. They might assume that you already have a basic knowledge of programming and how to integrate it into Qualtrics. If you do not, we recommend checking out W3Schools and our pages on Adding Custom CSS and Adding JavaScript to get a basic understanding!

  • July 9, 2019
Is it possible to adjust spacing between questions within a single block only? I would like to increase spacing between each question in a block of slider-type questions so the next question is not so close to the prior question slider labels. I don't need to increase all spacing between questions for other blocks, but that's what I've done for now with the above code. Thanks!