Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #266143

    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. quiz looking wrong

    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: quiz looking good

    #266163

    Hi bjorn190!

    Please post a link to the quiz/radio buttons. Probably we just need to change the styling….

    Best regards,
    Peter

    #266172

    Thank you for the quick reply :-)
    Sure, the link is http://www.opene.org/quiz/test-lesson-quiz/

    #266287

    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

    #266290

    Thanks! Works great now :-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Help needed: Sensei quiz with enfold and the current fix?’ is closed to new replies.