Align field labels to top

  • ebartosh
    Asked on June 20, 2014 at 3:53 PM
    My second question (which you may split off into a different thread if that's easier!) is about my first row of "cells." For the labels that go on to two lines, you'll notice that the text box gets pushed down rather than the labels being pushed up. Is there a way for me to inject some css that will make the text boxes in line, rather than the labels?
  • BryanPaulo
    Replied on June 20, 2014 at 3:59 PM

    Thank you for contacting us.

    Kindly insert the following CSS code to your form.

    #label_7, #label_9, #label_11 {

    margin-top: -14px !important;

    }

    Save your form and re-embed if necessary.

    Let us know if you need further help.

  • ebartosh
    Replied on June 20, 2014 at 4:02 PM

    Thank you!! That's exactly what I needed!!