thanks a lot!!!!!!!!
just for the record, or if any css novice (like me) wants to make JetPack Contact Form boxes (text, email, comment sections), full widht boxes (in responsive themes):
.contact-form input[type=email], .contact-form input[type=text] {
width: 100%;
max-width: 100%;
margin-bottom: 13px;
}
.contact-form textarea {
height: 200px;
width: 100%;
float: none;
margin-bottom: 13px;
}