Viewing 3 replies - 1 through 3 (of 3 total)
  • Greetings sparkfactor:

    Thank you for choosing to use this plugin!

    I’ll have to work with some CSS to find the exact solution for you. Perhaps something like:

    div.mlw_qmn_quiz label {
    float:left;
    width:85%;
    }
    div.mlw_qmn_quiz input[type=radio] {
    float:left;
    clear: both;
    }

    Best Regards

    Frank

    Please consider our Premium Support which includes priority same-day answers to support questions and priority feature requests! We will also work with you to build your requested features exactly as you need them!

    Actually, for your specific theme, this might be a little better:

    div.mlw_qmn_quiz label {
    float:left;
    width:85%;
    }
    div.mlw_qmn_quiz input[type=radio] {
    float:left;
    clear: both;
    margin: 0px 0px 20px 0px !important;
    }

    ~Frank

    Thread Starter sparkfactor

    (@sparkfactor)

    Thanks, Frank!

    I ended up creating a #quiz-container to wrap around the quiz elements and I just applied my custom code there, so it was limited to only the quiz – seems to have done the trick!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Q/A Label text wrapping weird, line-height’ is closed to new replies.