Is there a way to add a space or buffer area between columns for side-by-side questions? | XM Community
Skip to main content

Is there a way to add a space or buffer area between columns for side-by-side questions? When adding the question to the survey it looks perfect like the example below:
Screen Shot 2022-09-01 at 4.28.49 PM.pngHowever, when you preview the question or when the survey is actually active it pushes the columns together like the image below:
Screen Shot 2022-09-01 at 4.26.21 PM.pngThank you!

Hi there, try adding the below CSS over in the survey's Look & Feel:
.Skin .SBS td {
padding: 5px;
}


That worked like a charm.
Thank you!!


Leave a Reply