#19715
stefano
Member

Update:
the developer of contact form 7 has info on styling the forms: http://contactform7.com/styling-contact-form/
This code:

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 50%;
}

allows the width of the whole page with the form either in a widget or in a column to be properly displayed in the retina display of an iPad air.
So to summarize there is no fault in Celestial code and the issue was solely with the form’s styling.
Thanks