I'm adding a contact form to several of my website pages. By default, it displays the name and email fields in the same line (see it here https://mycommontable.com/contact/), which is what I wanted, but I would like to have the two fields equally dividing the available space and aligned with the other boxes in the form. Is there a CSS code to get this?
Hi.
I'm adding a contact form to several of my website pages. By default, it displays the name and email fields in the same line (see it here https://mycommontable.com/contact/), which is what I wanted, but I would like to have the two fields equally dividing the available space and aligned with the other boxes in the form. Is there a CSS code to get this?
Kind regards,
Paula
Hi,
To do that, please add more this code to Customize > Custom CSS:
.wpcf7 p.name, .wpcf7 p.email { width: 100%; } .wpcf7 input{ max-width: 100%; }Best Regards,
PenciDesign