Form Sub-Label Out of Alignment

  • cccwebmaster
    Asked on February 27, 2018 at 9:57 PM

    Here's my form:

    https://form.jotform.com/80447437505963

    For some reason, the Country sublabel has dropped down and 'pushed' its associated dropdown box upward.  I've tried manipulating the CSS, but after thinking about it, why should I have to?

    Does anyone have any ideas?  Thanks.

  • batuhan
    Replied on February 28, 2018 at 3:38 AM

    When I checked your form, a custom CSS code block causes the alignment distortion. I made some simple change on your form's copy, and the result is like below.

    Before:

    1519806337Screen Shot 2018 02 28 at 11 Screenshot 10

    After:

    1519806363Screen Shot 2018 02 28 at 11 Screenshot 21

    Removing margin rule in line 106, or making it equal to zero would be enough to fix the alignment of your form's country element.

    If this solution does not work on your original form, please let us know for further solutions.


  • cccwebmaster
    Replied on February 28, 2018 at 11:21 PM

    Works GREAT!  Thanks for your help!