Hmm...the template uses the image-tick plugin which, in my opinion, should be replaced with pseudo-elements as in the core shipped templates.
Use this rule at the end of template.css which will force the last item to its own row.
I still don't like the way the text input is handled, however that is driven by the template and not a result of this workaround.
Use this rule at the end of template.css which will force the last item to its own row.
.question-item.last-item {
clear: both;
margin-top: 15px;
}
I still don't like the way the text input is handled, however that is driven by the template and not a result of this workaround.