Form fields are mistakenly all displayed horizontally side-by-side [RESOLVED]

The form fields are displayed next to each other (is it related to Wordpress 5.0?) - see screenshot. What do I have to do to place the fields under each other?

Thanks for your help.
Mat

Can you share a link the page on your site where we can see this form? Thank you.

Without seeing the actual page it’s merely a guess, but knowing each field is placed in a list-item (li) I wouldn’t be surprised if there’s CSS that’s making those li’s display horizontally.

The Console in Chrome (but afaik all browsers have a developers tools option that makes a similar console available) is a great tool for these kind of things :slight_smile:

1 Like

Thanks for the answer. I was able to solve the problem :slight_smile:

Thanks for the update. How did you resolve the issue?