Can you please help with some CSS code to bunch the last 3 fields together?

  • Thompsonet
    Asked on February 17, 2020 at 7:52 AM

    On the bottom of my form, the last three boxes manage the autoresponder editable link email. Can you please help with some CSS code to bunch them together so that they look like the same box? (Only two of the three will show depending on the response to the date of birth field earlier).

    Thanks,

    Page URL:

    https://eu.jotform.com/build/93174837788375

  • David JotForm Support Manager
    Replied on February 17, 2020 at 10:03 AM

    Thank you for contacting us. Are you referring to the last 3 fields at the bottom of your form?

    1581951314Last3 Screenshot 10

    Do you want to reduce the vertical space between them? Example:

    1581951606Example Screenshot 21

    You can do it with the following CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #id_103,#id_104{

        padding-bottom: 0px !important;

    }

    #id_104,#id_101{

        padding-top: 0px !important;

    }

    Let us know if you need more help.

  • Thompsonet
    Replied on February 17, 2020 at 10:50 AM
    Yes, that’s what I wanted to do.
    Many thanks
    ...
  • David JotForm Support Manager
    Replied on February 17, 2020 at 12:00 PM

    You are welcome. Feel free to contact us anytime.