-
primebaseballAnswered on May 28, 2023 11:05 PM
-
Rahul JotForm SupportAnswered on May 28, 2023 11:18 PM
Hi Scott,
I tried arranging the file upload field to the center of the form using the standard settings but wasn't able to achieve this but I have escalated this to our technical team to see if they can do this for you. Someone from the team will reach out to you soon with some updates.
Let us know if you have any other questions.
-
Sweta JotForm SupportAnswered on May 29, 2023 01:45 AM
Hi primebaseball ,
The following CSS code can be used to center align the File Upload element:
#id_63 {
margin-left: 200px!important;
width: 50%!important;
}
To inject CSS, please follow the steps below:
- Open the Form in the Form Builder.
- Go to the Form Designer from the top left of the page.
- Select Styles from the Form Designer tab.
- Paste the above code in the Inject Custom CSS space.
- Save the settings.
Additionally, go through this guide to inject CSS into the form.
Let us know if you need any more help.