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?

  • September 1, 2022
  • 2 replies
  • 32 views

Forum|alt.badge.img

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!

2 replies

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • September 2, 2022

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


Forum|alt.badge.img
  • Author
  • September 2, 2022

That worked like a charm.
Thank you!!