Z-Index of Quiz Title
Hello,
Does anyone know of a way to edit the z-index of a question title? One of my quiz questions has swapped the index with the question text and I can't figure out to get it back. This question has identical properties in the published html as the others in terms of position and other attributes within the div.
The built in items aren't on the timeline, so I can't do it that way. Any other tips?
Edit: It looks like the hierarchy in the html is getting messed up. The normal questions have:
<Title Div></Title Div>
<Question Div>
<Answers Div></Answers Div>
</Question Div>
but the broken one is:
<Question Div></Question Div>
<Title Div>
<Answers Div></Answers Div>
</Title Div>
Thanks,
Brian
Message was edited by: Brian Doyle