Contact form style and alignment

Hi,

I just created a contact form but I can’t find where can I edit the style.

I have this form:


have the same width so it doesn’t look untidy and the checkbox placed beside the text, not under it.

Where can I make this changes?

Thank you in advance,

Ainara

Hello,

Please find the code example below for your contact form if you want the same layout as in the demo, you will make these change in your contact form 7 itself where you create the form:

First Name [text* your-name id:fname]

Last Name [text* lname id:lname]

Email [email* your-email id:email]

Phone Number [text phone id:phone]

Country [text country id:country]

Message [textarea* your-message id:message]

[submit id:btn_sent class:btn class:btn-white "Send Enquiry"]

Thank you

Thank you, I got the style I wanted.

Hi,

I have another question about styling the form.

In a full width form how can I put 2 form fields in the same line?

Thank you.