PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Submit Button off form

  1. on my for the botton is about 35 px off to left of form exemple belo....

         words here........
      submit
    Thanks

    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  2. Do you have a link to your form?

    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  3. http://outletvictoria.com.br/contato/ another one http://outletvictoria.com.br/scp2545/

    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  4. 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
    }
    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  5. yippy got it good now.......saving this code just in cae I do a theme upgrade.....
    Thanks you very much

    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  6. No problem, glad to help!

    Posted 11 years ago on Thursday December 6, 2012 | Permalink

This topic has been resolved and has been closed to new replies.