Gf_left_half gf_right_half alignment

Using the ready classes to put email and phone fields on same line. Looks like the padding/margin on the right causes this line to not align with the Name (first / last) field above or full width fields below. Can’t figure out what CSS would resolve this…
https://weinspect.inregdevelopment.com/demo/

Thanks

Hi Joe. You can add this CSS to your theme (or child theme) stylesheet or via the Appearance Customizer (Appearance > Customize > Additional CSS):

body .gform_wrapper li#field_4_3 {
	padding-left: 8px;
	padding-right: 0;
}

It looked like this when I applied that to your form (dashed lines there for reference only): firefox NO8wCXAKxg.png • Droplr