how to change fixed width of results
-
I made a max-width of the mTouch quiz, but anyway when a quiz is finished I always get a message:
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
Get ResultsAnd it looks like a width of this text is fixed somehow to 949px. I cannot find how to change this width. Can you help me?
Code I see from Chrome “Inspect element”:
<div id="mtq_results_request-1" class="mtq_results_request mtq_scroll_item-1" style="width: 948px;"> Once you are finished, click the button below. Any items you have not completed will be marked incorrect. <span id="mtq_results_button-1" class="mtq_action_button mtq_css_button mtq_results_button" onclick="mtq_get_results(1)"> <span class="mtq_results_text"> Get Results </span> </span> </div>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘how to change fixed width of results’ is closed to new replies.