Layout Issue

  • LMorgan88
    Asked on June 3, 2019 at 2:30 PM

    1559586425jotform screengrab 1 Screenshot 10

    This is a screenshot of my form when I am editing it. When I click on preview mode the layout of the form changes. Some text appears over top of the buttons 

    Jotform Thread 1844825 Screenshot
  • Victoria_K
    Replied on June 3, 2019 at 3:40 PM

    It may be possible that some other CSS code affects radio and checkbox inputs. Please add the following CSS to fix layout:

    .form-radio, .form-checkbox {

      position: relative;

      left: -2em;

    }

    Guide: How-to-Inject-Custom-CSS-Codes