I need to make the captcha field move up a little

  • masanz1280
    Asked on February 14, 2016 at 7:45 PM

     I need to make the captcha field move up a little, but padding and margin doesn't work..

    Jotform Thread 772096 Screenshot
  • beril JotForm UI Developer
    Replied on February 15, 2016 at 3:47 AM

    I am not reproduce the same issue that you're having. It is working properly on my side.

     I need to make the captcha field move up a little Image 1 Screenshot 30

    However if you are still having that issue you can add the CSS code below from designer:

    #id_28 {

        margin-bottom: 0 !important;

        padding-bottom: 0 !important;

    }

    As an alternatively, You can decrease your line spacing of your form as you see below.

     I need to make the captcha field move up a little Image 2 Screenshot 41

    If it doesn't work please let us know. We can solve your issue with different way.