This topic has 9 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
hi,
i did the correct syntax but the size still doesnt change? how come?
<label> Your Name (required)
[text* your-name] </label>
<label> Your Email (required)
[email* your-email] </label>
<label> Subject (required)
[text* your-subject] </label>
<label> Your Message (required)
[textarea* your-message 40x10] </label>
[submit "Send"]
Hello,
Please show a page where contact form is added.
Regards,
Eva Kemp.
Hi Eva, please check the link below
I set with Visual Composer for 1/3 the left column and 2/3 for the right column, and just wanna span across the 2/3 column for my contact form
Hello,
As I see your contact form is shown properly http://storage5.static.itmages.com/i/16/1219/h_1482175467_2642746_1f36c6ce48.jpeg .
Please show a screenshot what you want to modify there.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Now the form seems like align to the middle, and looks like there is 3 columns in the area, however with Visual Composer I already did 1/3 and 2/3, I am trying to get the textarea stretch to the most right, just like the google map above, align together
Hello,
Please add this code in Custom CSS:
.wpcf7 label {
width: 100%;
}
input.wpcf7-form-control {
width: 100%;
}
textarea.wpcf7-form-control {
width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
width: 15%;
float: right;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Theme Options > Custom CSS > Custom CSS for desktop:
.wpcf7-form-control-wrap textarea {
width: 750px;
}
Regards,
Eva Kemp.
thanks a lot!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘edit contact form 7 textarea size’' has been successfully resolved, and the topic is now closed for further responses