How can I reduce the left and/or right padding on certain spinners?

  • shw528
    Asked on March 30, 2015 at 11:45 PM

    What is the CSS I need to inject to alter the left and/or right padding for these components?  I couldn't figure it out.

    Jotform Thread 543666 Screenshot
  • Welvin Support Team Lead
    Replied on March 31, 2015 at 7:11 AM

    Hi,

    In the form designer, click "CSS" tab and double-click the whole spinner field to add its ID in the CSS area then you can apply the margin. For example:

    How can I reduce the left and/or right padding on certain spinners? Image 1 Screenshot 20

    As you could see, the field is boxed with green color. That is the indicator that the field is selected and in the CSS area, you'll see the ID is automatically added. You can just click "margin" option in the CSS helper options above or add the margin automatically, example in my screenshot:

    margin-left : -60px;

    Let us know if you need further assistance.

    Thanks

  • shw528
    Replied on April 6, 2015 at 8:08 PM

    Thank you.  I'll give that a shot.