Hello,
I would like help on applying css to a multi response question that is aligned in columns. I have basic skills when it comes to css and currently have css applied in the look and feel tab for all questions, which currently works for all, however, when I align a multi response into columns it wont pick up the style. I cant see what the difference is to be able to account for it in the existing css.
Below: Image 1 is what I would like and Image 2 is what I would like to fix.
The css currently used is:
/*answer choice unselected*/
.Skin .MAVR label.MultipleAnswer, .Skin .SAVR label.SingleAnswer,.Skin label.SingleAnswer,.Skin .MC .MAHR .QuestionBody table td label, .Skin .MC .SAHR .QuestionBody table td label {
text-align: center;
background-color: #0a1633;
border: 1px solid white;
border-radius:6px;
color:#f1f1f1;
}
/*hover answer choice*/
.Skin label.MultipleAnswer.q-checked.q-focused:hover,.Skin label.MultipleAnswer.q-checked:hover,.Skin label.SingleAnswer.q-checked.q-focused:hover,.Skin label.SingleAnswer.q-checked:hover,.Skin label.SingleAnswer:hover,.Skin label.MultipleAnswer:hover,.Skin .q-matrix .single-answer.mobile:hover,.Skin .q-matrix .multiple-answer.mobile:hover{
border:1px solid #FFFFF0!important;
background-color: #096dd2!important;
color: #FFFFF0;
border-radius:6px;
box-shadow: -.150vw .150vw 0 0 lightgray;
}
/*selected answer choice*/
.Skin label.MultipleAnswer.q-checked, .Skin label.MultipleAnswer.q-checked.q-focused, .Skin label.SingleAnswer.q-checked, .Skin label.SingleAnswer.q-checked.q-focused {
border:1px solid #FFFFF0!important;
background-color: #096dd2!important;
color: #FFFFF0;
border-radius:6px;
}

Applying css to a multi response question formatted as columns
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
