-
dlsnelson819Asked on March 31, 2025 at 2:26 PM
When I test my form via my iPhone it does not display as on my laptop. I need to turn my phone to landscape to view it correctly but then the poll box at the bottom moves to the right, or the form width is too small. Can anyone guide me??
Thanks so much!
Page URL: https://form.jotform.com/250835997603165 -
Jessica JotForm SupportReplied on March 31, 2025 at 9:08 PM
Hi Lynn,
Thanks for reaching out to Jotform Support. We’ll need a bit of time to look into this. We'll get back to you as soon as we can.
We appreciate your patience and understanding in this.
-
Jessica JotForm SupportReplied on April 1, 2025 at 6:04 AM
Hi Lynn,
You can consider adding the following code to fix this:
1. First, copy this code:
/* Input Table: Resize for mobile view - Ticket #25757471 */
@media only screen and (max-width: 600px) {
table.form-matrix-table {
scale: 70%;
margin-left: -55px !important;
margin-top: -50px;
}
}
/* Ends here */
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Here is what it will look like once the code is added:
Give it a try and let us know if you need more help.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!