Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1139292

    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!

    #1140103

    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

    #1140782

    Hello, no the address field is formatted fine, this is the paragraph text, screenshot below.

    Thanks!

    #1140914

    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

    #1141150

    Thanks Rikard, that has solved the issue, this thread can be closed now :)

    #1141316

    Hi,

    Great, I’m glad that it’s working and thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Paragraph text on forms’ is closed to new replies.