• Resolved view1102

    (@view1102)


    Hello Team,

    Some of my questions have answers with so many words that they need multiple lines. Then, the beginning of the 2nd line (same as 3rd, 4th,…) comes under the radio button.

    So, can we make it begin under the beginning of the first line (the first word of the answer)?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wakeop

    (@wakeop)

    If the theme css is loaded before the css of the plugin, you can add the following code in Additional CSS:

    .quiz-form label {
        display: inline-block !important;
        max-width: calc(100% - 2.25em);
        vertical-align: text-top;
    }
    
    .quiz-form input[type='radio'], .quiz-form input[type='checkbox'] {
        display: inline-block !important;
        margin-left: 0.25em;
        margin-right: 0.667em;
        vertical-align: -0.15em;
    }

    If the css of the plugin loads before the css of the theme, nothing can be done for the time being. This visual problem was solved in the Watu PRO version, but not in Watu Quizzes yet.

    Thread Starter view1102

    (@view1102)

    Thenks for the css. OK, I’ll see if it works.

    Plugin Author Bob

    (@prasunsen)

    We have updated the plugin, it should work now without manual fix.

    Thread Starter view1102

    (@view1102)

    I checked it just now and Wow! Thanks! I appreciate so much your quick work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can we align long answers neatly?’ is closed to new replies.