Fix display please

  • scratchcatering
    Asked on April 29, 2019 at 11:12 AM

    Hi there,

    I am not sure why this question on my Meal Prep Changes form is displaying outside the gray box. Can you fix this please?

    1556550708Capture Screenshot 10

    Jotform Thread 1807227 Screenshot
  • BJoanna
    Replied on April 29, 2019 at 12:52 PM

    Please add the following CSS code to your form to resolve this issue:

    .form-single-column .form-checkbox-item, .form-single-column .form-radio-item {

        position: relative;

        top: 12px!important;

    }

    How to Inject Custom CSS Codes

    1556556709css Screenshot 10

  • scratchcatering
    Replied on April 29, 2019 at 2:35 PM

    Thank you