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.
Thank you in advance for any help on this!
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.