Form elements not aligning properly

  • Stockman_Nathan
    Asked on October 26, 2020 at 12:21 PM

    Good Morning,


    Some of my form elements, paragraphs, images, headers specifically are not aligning properly.


    They don't seem to be "filling up" the width of the form, and it it is throwing off the look of my form.

    Can you help?

  • Mike
    Replied on October 26, 2020 at 4:37 PM

    It seems to be caused by the form styles/theme.

    Please try adding the next CSS to the form:

    .form-input-wide {
     width: 100% !important;
    }

    Example:

    9h0pl Screenshot 10