Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1638670
Contact form
Closed

Comments

  • pacasimiro started the conversation

    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

  •  2,699
    PenciDesign replied

    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