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.

Padding or Margin

  1. I would like to have a 2 or 3px padding around the entire form. It sits in the secondary sidebar and currently is pushed up to the left side. Not sure how to fix this.

    http://www.wendyrossilaw.net

    Any help would be appreciated

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  2. Richard Vav
    Administrator

    Hi,

    You can add padding around your form by adding the following to your theme's stylesheet or wherever you place custom CSS

    #gform_widget-3 .gform_wrapper .gform_body {
    padding: 0 3px !important;
    }

    I have applied the padding to the gform_body element rather than the gform_wrapper or even the widget container because applying it to either of them would cause your button image to spill out of the right side of the container.

    Regards,
    Richard

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  3. perfect!

    Thanks again

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  4. Richard Vav
    Administrator

    You're welcome.

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink

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