Side-by-Side Questions with Consistent Widths | XM Community
Skip to main content

I am aware I can drag the columns to adjust the widths but I have multiple side-by-side questions in my survey and want to set them to be consistent. Also so the survey participants don't have to scroll over to see there is another column. I have seen a couple of CSS that have been posted for a similar question but they don't seem to work or change. I could be doing something incorrectly.
For example, this middle column is so much wider than the other columns. The answer options are more lengthy but I would rather the drop-down be longer compared to wider.
Screen Shot 2022-09-08 at 3.13.30 PM.pngThank you in advance for any help on this!

Hi Abreunig
You can use something like this and paste it in the Custom CSS(look and feel)

.Skin .SBS select { 
width: 10em;

}

Hope this helps!


Leave a Reply