Struggling to get an input form and submit button to align perfectly in Firefox and Safari. Any advice?
Here's the current CSS for the 'Keep in touch' widget on www.landedhouses.co.uk:
form.mc4wp-form p{margin-left:0px !important; display:inline; }
form.mc4wp-form input {width:135px; padding:7px;}
form.mc4wp-form input[type=submit] {width:54px; margin-left:5px;}
Despite this CSS, the submit button is still slightly misaligned. Could it be an issue with conflicting styles elsewhere?
Thanks in advance!