Removing space between boxes

  • m1hunter
    Asked on October 18, 2016 at 6:54 AM

    https://form.jotform.com/62912466926161

     

    Could you please provide me with some Css code to bring the text boxes and drop down boxes closer together.

  • candy
    Replied on October 18, 2016 at 7:45 AM

    Hello,

    I've cloned your form and tried on my side.

    In order to bring the text boxes and drop down boxes closer together, I've injected the CSS code below:

    .form-line{

    padding-right: 0px;

    }

    Note that default values for padding-right and padding-left was 36px.

    If you need further assistance, do not hesitate to contact us.