Hi Enfold’Team !
I would like to put my message text area on the right, name, email, etc… on the left, verticaly
Like that :
Where should I go to do that ?
Thanks a lot :)
Cheers!
Matthieu
Hi mattv7!
Thank you for using Enfold.
Please create the contact form fields then try adjust the Form Element Width to 1/2 then we will help you with the css after. Post the url of the contact page here. Or better yet, you can use the Contact Form 7 plugin.
Best regards,
Ismael
Hi Ismael,
I’ve just finish to make it with Contact Form 7, it’s ok.
But it’s not responsive, my css shouldn’t be very good..
Maybe could you help me about ? If it’s possible i could put the html/css here, or I give you link and access in the first post.
Thanks a lot in advance
Cheers!
Matthieu
Hey Matthieu!
Don’t use fixed values, use percentages instead to make it responsive, something like:
#two-column{
width: 100%;
}
#two-column #left{
width: 50%;
float: left;
}
#two-column #right{
width: 50%;
margin-right: 0px;
float: right;
}
Best regards,
Josue
Hi Josue,
Thanks ! I understand. But is it possible to get 2nd column below when i reduce the window ?
Best regards,
Matthieu
With min-width. It’s ok, totaly responsive !
Thanks a lot Josue, again and again !
Cheers!
Matthieu