Contact form style
Hello Team,
I want to make my contact form, especially the write a message section (contact form) , to look like yours (http://themes.muffingroup.com/be/theme/pages/contact/). So better said, I want to have the email address box, name and subject box in one row and the box for the message below that. My contact form currently looks like this
Can you tell me how to get this done ?
Thank you very much
I want to make my contact form, especially the write a message section (contact form) , to look like yours (http://themes.muffingroup.com/be/theme/pages/contact/). So better said, I want to have the email address box, name and subject box in one row and the box for the message below that. My contact form currently looks like this
Can you tell me how to get this done ?
Thank you very much
Comments
we use HTML in the contact form edit to group the inputs, it should look like this
<div class="column one-third">INPUT</div>
thank you for your reply. Problem is now that all columns are 1/3 which is quite good., but I wanted the first three items ( email address, subject and name) in one row and below that the box for the message over the full width. Excatly how it looks on "your" contact form. At the moment mine looks like this
And it should look like this:
So I would need some part of html code which helps me to align the first 3 items next to each other, since they are know just below each other with 1/3 of a column, and the message box (write a message part) below that over the full width.
Thank you very much for your help
Make sure that there are no blank spaces, they could cause the inputs to show in new lines.
At the moment it looks like this:
Thanks for your help
use <div class="column one">TEXTAREA</div>
For the future, you can also make the send button 100% width with this shortcode,
[submit class:button_full_width "Send"]