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.

Form Widget

  1. moltogelato
    Member

    dinneratsazio.com

    I am testing the Gravity form widget for an email newsletter.

    1. As you can see at the bottom of the page there is a small triangle by the left side of the email input field. Is there a way to remove that?

    2. Is there a way to reduce the space between the field and the submit button below it?

    Posted 11 years ago on Thursday April 11, 2013 | Permalink
  2. The triangle is a background image being applied to your list items. This should help remove that.

    http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/

    You can try targeting the form footer by adding this to your theme stylesheet.. then adjusting as desired.

    [css]
    body #gform_wrapper_1 .gform_footer {
    	margin: 0 !important;
    	padding: 0 !important;
    }
    Posted 11 years ago on Friday April 12, 2013 | Permalink
  3. moltogelato
    Member

    I added that to the bottom of my stylesheet but am still seeing the triangles. Any suggestions?

    Posted 11 years ago on Friday April 12, 2013 | Permalink
  4. I took a look at your main stylesheet and also searched the source of your page and could not find any reference to that style block Kevin gave you or the one on the linked page. Would you mind placing it back in if you've removed it?

    Posted 11 years ago on Friday April 12, 2013 | Permalink