Paragraph Text > label Field appears not above text field [RESOLVED]

Hi,

I made a new reservation form but the label field (title) whatever I do, always appears in the paragraph text box. See attachment.

Check also: reisreporter.be/reservatie

But the label field should appear above the paragraph text box as in the contact form (older form). Check the page: reisreporter.be/contact

As I’m new on this, could someone help to find out what the (CSS?) problem is?
Could this be a problem by updating our theme?

Many thanks for your help!

Your theme has added some CSS that puts the label inside the text area.

Here is some custom CSS that should stop this from happening:

.entry-content .gform_wrapper.gravity-theme form .gfield.mm-field-type-textarea label.gfield_label {
 position: static;
 padding-left: 0;
}

Let me know if that doesn’t fix it!

1 Like

Thank you very much Morgan!
This has indeed solved the problem.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.