CF7 text area adjustment

Hi guys
Can you help me with this please.
URL: http://staging.johnbarilaro.com.au/request-a-meeting/
I have been making some edits to this form and need to adjust the text area field depth.

Hi @philysgdy,

Thanks for reaching out.

If you are thinking on how to adjust the height of your text area field, please add the code below in your X > Theme Options > CSS. If not, please give us a detailed explanation about it, providing a screenshot is a big help.

.wpcf7 textarea {
    height: 250px;
}

Just change the px value to your desire height.

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

Thanks much appreciated
And yes I will reach out to One

You are most welcome.

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