Closing gap between fields

  • slr2
    Asked on June 10, 2014 at 5:17 PM

    Hi,

    Could you please tell me how it is possible to close the gap between 2 fields shrunk over one line,

    Please have a look at the below form;

    http://form.jotformpro.com/form/41596303540956

    There are 2 different custom image radio fields and I want to be able to remove the gap between them so that the 6 buttons are all equally spaced.

    Is there a way to alter the padding maybe ?  If you could help with the css code for this it would be much appreciated.

    Thx, Stuart

  • BryanPaulo
    Replied on June 10, 2014 at 5:57 PM

    Thank you for contacting us.

    Kindly inject the following CSS code to your form. 

    .form-line {

    padding: 0px !important;

    }

    Let us know if you need further help.