Mobile View: How to align the Save and Submit button?
-
spcregioniiAsked on January 30, 2023 at 08:03 AM
Hi,
Can you help how to set the placement of these two buttons to be side by side?
I have tried to shrink and set the alignment, but the submit button always goes to the bottom.
Please help.
Thanks.
-
Diasan DiazAnswered on January 30, 2023 at 08:07 AMJotform Support
Hi spcregionii,
Thanks for reaching out to Jotform Support. Can you send me the URL link to your form so I can take a look at it for you?
We can move forward with a solution as soon as we hear back from you.
-
spcregioniiAnswered on January 30, 2023 at 08:15 AM
The form link works just fine. However, the app version is not.
Here's the link: https://www.jotform.com/app/222022337064444
Thanks.
-
AnnaAnswered on January 30, 2023 at 08:31 AMJotform Support
Hi spcregionii,
Thanks for getting back to us. Let me look into this and will get back to you with a solution as soon as I can. Thank you for your patience.
-
AnnaAnswered on January 30, 2023 at 03:41 PMJotform Support
Hi spcregionii,
Thanks for patiently waiting, we appreciate it. You can inject this custom CSS code into your form. You can refer to this guide on How to Inject Custom CSS Codes?
.form-buttons-wrapper {
display: flex;
flex-direction: row;
align-items: center;
}
Check out the screencast below for the result:
Give it a try and let us know if you need any help.
-
spcregioniiAnswered on January 30, 2023 at 08:59 PM
yay it's working!
thanks so much for your help!