Please help aligning my buttons

  • RFOneVision
    Asked on February 16, 2018 at 6:23 AM

    I've used previous replies from you to try and line up the 'linen' and 'share' checkboxes under the radio buttons above them, but just can't get the correct code.

    Are you able to help?

    /* Force better alignment of checkboxes */

    label#label_16 {

        margin: -20px !important;}

    input#input_16_0 {

        margin: 3px 0px !important;}

    label#label_17 {

        margin: -20px !important;}

    input#input_17_0 {

        margin: 3px 0px !important;}

    Jotform Thread 1386704 Screenshot
  • Ardian_L
    Replied on February 16, 2018 at 7:28 AM

    Can you please put this CSS Code on the Custon CSS area:

    li#id_16 {

        margin-left: 156px;

        margin-top: 10px;

    }


    li#id_17 {

        margin-left: 156px;

        margin-top: 8px;

    }

    Check the link below on how to inject CSS Code on the form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please let us know if you have any other question.