I've tried to change margin, padding and height of the ChoiceRow, but it didn't do what i wanted.
2) change text of all "row labels"
I've tried this: `.Skin label.ChoiceRow{color:red;}`, but nothing happened.
Note: I use the theme "Minimal - blue"
Thank you for any ideasQuestion
CSS for matrix table - add some space bellow radio buttons and style labels of rows
Hi community,
I use matrix table with text of "row labels" above particular rows. I'd like to:
1) add some space bellow (and above) radio buttons (there where the red dots are on the following pictures)
!
I've tried to change margin, padding and height of the ChoiceRow, but it didn't do what i wanted.
2) change text of all "row labels"
I've tried this: `.Skin label.ChoiceRow{color:red;}`, but nothing happened.
Note: I use the theme "Minimal - blue"
Thank you for any ideas
I've tried to change margin, padding and height of the ChoiceRow, but it didn't do what i wanted.
2) change text of all "row labels"
I've tried this: `.Skin label.ChoiceRow{color:red;}`, but nothing happened.
Note: I use the theme "Minimal - blue"
Thank you for any ideasEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

And why this one doesn't work?
` jQuery("#"+this.questionId+" .ChoiceRow").css("text-align","center"); `