Hello! I am using the fix from https://kriesi.at/support/topic/woothemes-sensei-plugin/ and it is working almost perfectly.
However, the radio buttons for the quiz answers wind up on the row below the answer, making it hard to know which radio button is for which quiz answer. I have included an example of how it looks.
This is using the http://www.mediafire.com/?4xvw8la68gv824t fix which works for most of the Sensei plugin. Is there an easy way to make the quiz radio buttons turn up to the left of each answer so it looks good? On the sensei demo page it looks like this:
Hi bjorn190!
Please post a link to the quiz/radio buttons. Probably we just need to change the styling….
Best regards,
Peter
Thank you for the quick reply :-)
Sure, the link is http://www.opene.org/quiz/test-lesson-quiz/
Hey!
Thank you for using the update.
Please use this on Quick CSS or custom.css:
.quiz form ol#sensei-quiz-list li ul li label {
vertical-align: middle;
position: absolute;
left: 20px;
top: -5px;
}
.quiz form ol#sensei-quiz-list li ul li input {
z-index: 1000;
position: relative;
}
Best regards,
Ismael
Thanks! Works great now :-)