Tagged: forms
Hello, I have a paragraph section on one of my forms and the label for it is aligned at the bottom of the box, is there some CSS I can add to align it to the top?
Thanks!
Hey B,
Thank you for the update.
Can you give us a screenshot of the element that you’re trying to adjust? Are you referring to the address fields? You may need to reverse the order of the input field and label markup. We are not really sure if there is an option for that in the Gravity Forms panel.
Best regards,
Ismael
Hello, no the address field is formatted fine, this is the paragraph text, screenshot below.
Thanks!
Hi,
Thanks for the screenshot. Please try the following in Quick CSS under Enfold->General Styling:
li#field_21_108 label {
vertical-align: top !important;
}
Best regards,
Rikard
Thanks Rikard, that has solved the issue, this thread can be closed now :)