This topic has 6 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Rose Tyler
Hello i have created a contact form for my website & put it in a container that is 2/3 + 1/3.
But the contact doesn’t stretch to fill that space, its aligned to the left side of the container & leaves a load of white space in the middle.
Is there any way to make the form fill the conatiner its in?
Hello,
Please add this code in Theme Options > Custom CSS:
input.wpcf7-form-control.wpcf7-text {
width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
width: 100%;
}
Regards,
Rose Tyler.
Thnaks Rose that has worked great.
Is there any reason wy the stroke on the comments box has a black stroke now & all the others are grey?
You’re welcome!
Please add this code in Theme Options > Custom CSS:
textarea.wpcf7-form-control.wpcf7-textarea {
border-color: #d5d5d5;
}
textarea.wpcf7-form-control.wpcf7-textarea:focus {
outline: none;
border-color: #252525;
}
Regards,
Rose Tyler.
Rose that worked great thanks very much
Hello,
You’re welcome!
We’re glad to hear that your issue has been resolved.
If you have any questions feel free to contact us.
Regards,
Rose Tyler.
The issue related to '‘Contact form size’' has been successfully resolved, and the topic is now closed for further responses