Add 'padding-left: 0px' to this in your CSS:
If the theme doesn't easily allow you to add custom CSS try a plugin like this.
<div class="col-sm-4 norightpadding">
<p><span class="wpcf7-form-control-wrap text-124"><input type="text" name="text-124" value="" size="40" class="wpcf7-form-control wpcf7-text success" aria-invalid="false" placeholder="Postcode"></span></p>
</div>
<div class="col-sm-4">
<p><span class="wpcf7-form-control-wrap text-124"><input type="text" name="text-124" value="" size="40" class="wpcf7-form-control wpcf7-text success" aria-invalid="false" placeholder="Postcode"></span></p>
</div>
Swap this
Code:<div class="col-sm-4 norightpadding"> <p><span class="wpcf7-form-control-wrap text-124"><input type="text" name="text-124" value="" size="40" class="wpcf7-form-control wpcf7-text success" aria-invalid="false" placeholder="Postcode"></span></p> </div>
For this
Code:<div class="col-sm-4"> <p><span class="wpcf7-form-control-wrap text-124"><input type="text" name="text-124" value="" size="40" class="wpcf7-form-control wpcf7-text success" aria-invalid="false" placeholder="Postcode"></span></p> </div>
We use essential cookies to make this site work, and optional cookies to enhance your experience.