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.

Can't get rid of padding

  1. Hi,

    I can't get rid of the padding above the submit button in this form:
    http://www.iepdoc.nl/inschrijven/

    I tried adding some of the custom lines to the themes style sheet (Karma, child theme) like this one:

    [css]
    	body #gform_wrapper_5 {
    	    padding: 10px;
    	}

    But it doesn't help...
    Also I udnerstand I should look for extra , but I don't know where to look...

    Appreciate your help!

    Thanks

    Jaap

    Posted 11 years ago on Thursday December 20, 2012 | Permalink
  2. David Peralty

    I don't see a bunch of extra padding above the Submit button. But to change the CSS, many times you need to use the !important declaration to override previous styles.

    Posted 11 years ago on Thursday December 20, 2012 | Permalink
  3. Your site is using a Themeforest theme and that theme is adding a bunch of extra markup to the gravityforms shortcode output. You can read about other people's experience with Themeforest themes here:

    http://www.gravityhelp.com/forums/tags/raw
    http://www.gravityhelp.com/forums/tags/themeforest

    The quick fix is to try wrapping the gravityforms shortcode in the [raw] shortcode. That might take care of the extra markup which is being added. (look in the source for extra < p > and < br > tags inside the gform_wrapper and gform_footer.)

    Posted 11 years ago on Thursday December 20, 2012 | Permalink
  4. Thanks Chris the [raw] worked!

    Posted 11 years ago on Friday December 21, 2012 | Permalink
  5. Thanks for the update.

    Posted 11 years ago on Friday December 21, 2012 | Permalink

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