How to fix the quiz width issue? (SOLVED)

Submitted by ooftownroad on August 11, 2025
Im trying to make a quiz with an svg but whenever I go to submit, I get an error saying "You may want to increase the width of the quiz in Step 4 as it's currently too wide and overflowing the screen". I used a jetpunk given svg and placed dots, so it's not like I can just crop it. is there a way around this or a way to fix it?
2 Comments
+2
Level 83
Aug 11, 2025
It’s saying that the box that holds your svg is a different size than your svg. You set the size of the svg holder in step 4. Make the size of the quiz bigger (800 pixels or whatever) so that your svg isn’t bigger than the width of the page.
+2
Level 70
Aug 12, 2025
Okay I see it now. Thank you