on my for the botton is about 35 px off to left of form exemple belo....
words here........
submit
Thanks
on my for the botton is about 35 px off to left of form exemple belo....
words here........
submit
Thanks
Do you have a link to your form?
Place this CSS snippet into your theme's stylesheet and it should do the trick for you:
[css]
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
list-style-type: none !important;
list-style-image: none !important;
list-style: none !important;
background-image: none !important;
background: none !important;
padding: 0 !important;
margin: 0 !important;
border: none !important
}
yippy got it good now.......saving this code just in cae I do a theme upgrade.....
Thanks you very much
No problem, glad to help!