Hi, I am using contact form 7 widget and as you can see circled in blue, it is over lapping the right hand edge of the page. Not sure what to do. Thanks James
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 textarea{ width:90%; } .wpcf7-form { height: 470px; }