How can I change the format of the questions?

  • rbell1
    Asked on October 12, 2017 at 5:03 PM

    Hi

    Can you please help me to change the format of the questions to look like the screenshot below.

    Thanks

    Jotform Thread 1272032 Screenshot
  • Kevin Support Team Lead
    Replied on October 12, 2017 at 7:01 PM

    Please try injecting the following CSS code to your form: 

    [data-type="control_radio"]

     .form-label {

        width: 450px;

    }

    [data-type="control_radio"] .form-input {

        width: 200px;

        padding-left: 15px;

    }

    [data-type="control_radio"] .form-radio-item {

        width: 35%;

        padding: 0px !important;

        margin: 0px !important;

        display: inline-block !important;

    }

    [data-type="control_radio"] .form-multiple-column {

        width: 100%;

    }

    This guide will help you injecting it: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this helps.