Contact form 7 is a great plug in and offers great support. However, when you add it to your WordPress site, the form fields may extend over your div area when your site is viewed on a mobile device. However, by adding the code below to your stylesheet, the problem is solved!
@media only screen and (min-width : 240px) {
.wpcf7-textarea,
.wpcf7-text {
max-width: 100%;
padding: 10px 1px !important;
}
}
Contact form 7 also now uses the Google Captcha Library in an effort to stop spam coming from your site. To find out more about this great FREE plug in, please visit – http://contactform7.com/
If you have decided to take the plunge and download the plug in, please visit here to download – https://wordpress.org/plugins/contact-form-7/
(code works perfectly for our client’s site’s but is presented as is here with no liability taken by SEO Services Dublin on use)

