here my contact form
https://www.skypenosis.fr/contact/
could you give the css line for field size please ? is too large and not enough tall ? i don't want it take all place but i want it center on my page .
Please help me thanks
here my contact form
https://www.skypenosis.fr/contact/
could you give the css line for field size please ? is too large and not enough tall ? i don't want it take all place but i want it center on my page .
Please help me thanks
The field sizes can be set in the admin for most fields (small, medium, large, etc). It sounds like you just need to set a width on the main form wrapper and center it and the field sizes will adjust accordingly. Try adding this to the end of your theme's stylesheet.
[css]
body #gform_wrapper_4 {
width: 50%;
margin: 0 auto !important;
}
screenshot: http://i.imgur.com/26SYkJN.jpg
thanks kevin !