Follow

How to make contact form full width?

You can add this css into style.css at the bottom for fullwidth contact form:

span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk