Hello, Everyone:
I'm still in need
Can anyone share the code (hopefully simple) that would center the numbers in a Side x Side dropdown list? Picture below of list that I'd like to center.) By the way, the question has multiple rows (10). (I do not have access to JavaScript.) I was thinking that I probably will need to add the code to the text of every question. Thank you so much.
Page 1 / 1
Hi there, if you still need, this can be put in place for the whole SBS question by adding the below CSS to the Style section of the survey's Look & Feel:
.Skin .SBS select {
text-align: center;
}
To put this in place for specific columns, add the column number after the "SBS", like in the below:
.Skin .SBS1 select {
text-align: center;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.