Number Input Field: How to Move Up/Down Arrows or Number to the Left

  • Profile Image
    OBHK_Fundraising
    Asked on June 3, 2026 at 10:00 PM

    
Number Input Field: How to Move Up/Down Arrows or Number to the Left
Image-1

    As attached, the up/down arrow blocks the number, may I ask how can I move either the up/down arrow or the number to the left? Thanks for your help.

  • Profile Image
    Raymond JotForm Support
    Replied on June 4, 2026 at 12:20 AM

    Hi OBHK_Fundraising,

    Thanks for reaching out to Jotform Support. I checked the only active form on your account but couldn't seem to find the section you've shown in your screenshot. Can you share with us the link to the form you're referring to so we can check and help you with a solution? You can easily find your form's URL in Form Builder. Let me show you how:

    1. In Form Builder, in the orange navigation bar at the top of the page, click on Publish.
    2. In the Quick Share tab, click on Copy Link in the Share With Link section.

    
Number Input Field: How to Move Up/Down Arrows or Number to the Left
Image-1Once you share the form URL with us, we’ll be able to help you better with this.

  • Profile Image
    OBHK_Fundraising
    Replied on June 4, 2026 at 2:21 AM
  • Profile Image
    Raymond JotForm Support
    Replied on June 4, 2026 at 2:35 AM

    Hi OBHK_Fundraising,

    We can easily customize the spinner buttons by Injecting CSS Codes into your form. Let me show you how:

    1. First, copy this code:

    /*customize spinner buttons*/
    .form-spinner-button {
          height: 100% !important;
    }
    .form-spinner-button-container {
      left: 0 !important;
    }

    2. In Form Builder, click on the Paint Roller icon on the upper-right side of the page.

    3. Then, in the Form Designer menu on the right, go to the Styles tab.

    4. Finally, paste the CSS code into the Inject Custom CSS code field.

    
Number Input Field: How to Move Up/Down Arrows or Number to the Left
Image-1 Let us know if you have any other questions.

  • Profile Image
    OBHK_Fundraising
    Replied on June 4, 2026 at 4:10 AM

    thank you for the support!

Your Reply