Quiz question background area too small

Quiz question background area too small

by Daniel Hutchens -
Number of replies: 2

I am using Moodle 2.9.2 (Build: 20150914).  I am having a problem where the question is larger than the background causing to be hard to read for some students.  How do I make the grey background area bigger.  The question type is embedded  where the numeric answers are in a table. Here is what I am seeing:


Is there an easy way to fix this?

Thank you in advance.

Average of ratings: -
In reply to Daniel Hutchens

Re: Quiz question background area too small

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Check the HTML of the question text. I would guess you have an unnecessary float: left on the table. Remove that and you should be fine.

Average of ratings: Useful (1)
In reply to Tim Hunt

Re: Quiz question background area too small

by Daniel Hutchens -

Thanks.  I removed an  align="left"  and that seems to have fixed it.