-
cigarsurveysAsked on July 4, 2025 at 2:00 AM
-
Afzal JotForm SupportReplied on July 4, 2025 at 2:05 AM
Hi Dan,
You can easily fix the button in the mobile view by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
@media screen and (max-width: 480px) {
.form-all .form-pagebreak-back, .form-all .form-pagebreak-next {
min-width: 95px !important;
}
}
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's the result:
Give it a try and let us know how it goes.
-
cigarsurveysReplied on July 4, 2025 at 8:59 PM
Thank you Afzal! it worked!
-
Kenneth JotForm SupportReplied on July 4, 2025 at 9:09 PM
Hi Dan,
Thanks for getting back to us. We’re glad to hear that my teammate's solution worked out for you. Let us know if there’s anything else we can help out with.