I know this has probably been asked a hundred times but i cant find a thred that fully explains how you create a contact form with 3 elements and a button all in line.
I have added a form to this page http://www.lyndondarkesdesign.co.uk/martin/public-speaking/ and i want the submit button to sit on the right of the 3 input elements.
Lyndon
Hey Lyndon,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) {
#top .av-custom-form-color .form_element:last-child {
width: 23%;
float: right;
top: -90px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria