Tagged: CONTACT FORM, CSS
Does this theme support or can you provide specific code needed to make input fields for name, email, submit button, appear on one row such as: http://brendonburchard.com/
Hey newpappa!
Please edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and then add following code to Quick CSS in Enfold theme options under General Styling tab
input#inf_field_FirstName, input#inf_field_Email {
max-width: 24%!important;
float: left;
margin-right: 5px!important;
}
Since your input fields are placed in a small column, they will look small. You can add them inside a bigger column element and adjust the values as needed
Cheers!
Yigit
Thanks! Works like a dream!
I put it into style.css instead of Quick CSS.