Change the Amount of Space Between Question Text and Edge of Questions Container | XM Community
Skip to main content

Change the Amount of Space Between Question Text and Edge of Questions Container

  • November 18, 2021
  • 1 reply
  • 64 views

Hello All,
I changed the width of the question container so that there isn't as much unused space on either side of the survey questions.
.Skin .SkinInner {min-width: 70%!important;}
I also wanted to change the amount of space between where the question text starts and the edge of the question container. Is this possible?
Qualtrics Example.png
Thanks!

1 reply

  • Author
  • November 23, 2021

I seem to be able to accomplish this with
.Skin .QuestionOuter { padding:20px !important}
but I would like a different padding for a mobile device given the small amount of space to begin with.