I want to be able to set the column widget between questions in the side by side question. Has anyone had luck doing this? I know it is probably just an HTML tweak, but I can't figure out how to do this.
Before anyone says anything, yes, I have tried manually changing the columns in the question builder, but it is inconsistent in the survey.
Page 1 / 1
You can set the width of the columns to a consistent size like this:
.Skin .SBS thead .Headings th[scope=col] { width:25%; }
However, whether they stay that size will depend on the content of the columns.
Thanks @TomgG-
This looks like CSS, am I right? If so, am I adding this to the CSS section or at the question-level. Sorry for the ignorance.
Yes, CSS. You can add:
- At the survey level (it will apply to all questions) under Look & Feel
- On the page level by adding inside a