Side by Side Question and Standardizing column width | XM Community
Solved

Side by Side Question and Standardizing column width

  • 2 October 2020
  • 3 replies
  • 501 views

Userlevel 7
Badge +6

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.

icon

Best answer by TomG 2 October 2020, 19:32

View original

3 replies

Userlevel 7
Badge +27

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.

Userlevel 7
Badge +6

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.

Userlevel 7
Badge +27

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