Change the form content like this:
<p><span class="form-label">Your Name (required)</span>[text* your-name] </p>
<p><span class="form-label">Your Email (required)</span>[email* your-email] </p>
<p><span class="form-label">Company (required)</span>[text company] </p>
<p><span class="form-label">Phone (required)</span>[text phone] </p>
<p><span class="form-label">Subject (required)</span>[text* your-subject] </p>
<p><span class="form-label">Your Message (required)</span>[textarea* your-message] </p>
<p><span class="form-label">Enter the following:</span>[captchac captcha-522]<br />
<span class="form-label"> </span>[captchar captcha-522]</p>
<p>[submit “Send”]</p>
Then in the customizer add the following under Additional CSS:
.form-label{
width:300 px;
vertical-align: top;
}
Hope that will help. Aint no expert…