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:However, when you preview the question or when the survey is actually active it pushes the columns together like the image below:
Thank you!
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.