Single Choice options are not positioned correctly on the live form

  • mkemontessori
    Asked on April 23, 2019 at 9:31 AM

    Our registration form is showing all of the dates and questions are above the bubble box. It isn't showing up like this within the editor. Can you figure out why this is happening?

    Jotform Thread 1800937 Screenshot
  • BJoanna
    Replied on April 23, 2019 at 11:19 AM

    This issue is related to the following CSS code you added to your form:

    .form-radio-item label, .form-checkbox-item label {

        display : block !important;

        margin-left : 19px;

        margin-top : -17px;

    }

    1556032558css1 Screenshot 10

    If you remove it the issue will be resolved. 

    1556032628css3 Screenshot 21

  • mkemontessori
    Replied on April 23, 2019 at 11:57 AM

    Great, thank you!