Reduce space between the fields

  • tctrust
    Asked on March 6, 2017 at 9:46 AM

    Hello.

    I need spaces 2 and 3 same how the 1.

    Reduce space between the fields Image 1 Screenshot 20

  • Support_Management Jotform Support
    Replied on March 6, 2017 at 11:42 AM

    Try adding the following CSS Codes to reduce the spaces between them:

    #customFieldFrame_3, #customFieldFrame_5 {

        margin-right: -20px;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    RESULT:

    Reduce space between the fields Image 1 Screenshot 20

  • tctrust
    Replied on March 6, 2017 at 11:49 AM

    all right.

    Thank you.