Tagged: CONTACT FORM
Hi,
Posted link to site below. Do you know how to fix the submit button placement? It’s currently inline with the last row of the form.
Thanks,
Jared
Hey jarstern0,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-9 input[type='submit'] {
margin-top:21px!important;
}
Best regards,
Vinay