Contact Form - How to decrease size of field space?

Hi Apex team,

I would like to know how I could decrease the field space of the contact form and if I could have the “Name” to the left for the blank field?

(attached current)

I checked another thread but looks like there is alot of code to it and i’m not too comfortable with CSS.

Let me know if you can help.
Many thanks!

Hi @GenP,

Thank you for reaching out to us. To decrease the field size, try adding the following code in the Theme Options > CSS:

.wpcf7-form label, .wpcf7 span.wpcf7-form-control-wrap {
    display: inline-block;
}

If you want to the label to show on the left then remove the <br> tags from your form HTML markup. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.