Tagged: , , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #311307

    Hi Enfold’Team !

    I would like to put my message text area on the right, name, email, etc… on the left, verticaly
    Like that :

    contact

    Where should I go to do that ?

    Thanks a lot :)

    Cheers!
    Matthieu

    • This topic was modified 10 years, 2 months ago by mattv7.
    #311690

    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

    #311847

    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

    #312101

    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

    #312168

    Hi Josue,

    Thanks ! I understand. But is it possible to get 2nd column below when i reduce the window ?

    Best regards,
    Matthieu

    #312199

    With min-width. It’s ok, totaly responsive !

    Thanks a lot Josue, again and again !

    Cheers!
    Matthieu

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Two columns contact form’ is closed to new replies.