Site logo

Archived topic

Gutenberg forms Plugin - Fields are displayed in different lengths

5 replies · Started by Heinrich on June 4, 2020

Viewing posts 1–6 of 6

Hi,

I use the Gutenberg forms to create a contact form, but the fields are displayed in different lengths.
Now I changed the theme and the form is displayed correct.

Can you help me with that issue or recommend another Plugin for forms?

Thanks in advance.

Hi there,

Where can I see the form in question?

Hi there,

try adding this CSS:

.wp-block-cwp-block-gutenberg-forms * {
    box-sizing: border-box;
}

hi david,

is working fine :-)

Glad to hear that

This archived topic is closed to new replies.