Hi
I try to figure out how to show the single answer choice side by side instead of vertically. I have already set the position as horizontal on the question level. However, the mobile friendly preview is still show as vertical. Can I set css in the look and feel for this? I have been playing with this but no luck. Thanks
.Skin .MC label.SingleAnswer {
width:100px;
height: 100px;
float: center;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 200px;
padding-right: 70px;
margin: 1;
border: 1;
}
}
Page 1 / 1
Make position - "columns" and column count to 2
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.