Top aligned labels not aligning properly

  • kimcaloca
    Asked on April 14, 2016 at 1:43 PM

    see form. maybe now you'll believe me!

  • Ben
    Replied on April 14, 2016 at 3:25 PM

    I see that you already have a thread opened up on the similar subject here: https://www.jotform.com/answers/817986

    Now I presume that the issue here is that your form top alignment is not aligning the right part of the field label not the left. Due to that, the labels seem off on some fields.

    Top aligned labels not aligning properly Image 1 Screenshot 20

    If this is the issue, the following CSS should assist with the same:

    .form-label.form-label-top.form-label-auto {
        width: 100%;
    }

    You can add it to your form by following the steps here: Inject Custom CSS Codes

    Do let us know how it looks afterwards.