Great !!
Thanks a lot !
I used the following code (grabed on the “Styling Contact Form”)in my “post and page section” of my css file :
input[type=”text”],
input[type=”email”]
{
background-color: #fff;
color: #000;
width: 30%;
}
textarea
{
background-color: #fff;
color: #000;
width: 100%;
}
And it just works ! ?? Fields for names and emails are more little than the text area and the text area makes the full width of my page, just as I wanted ??
Thanks for the support guys !