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.

widget text padding

  1. farcorners
    Member

    I have a simple widget that contains some text but the text needs some padding in both the title and body. http://www.farcornersmissions.org Third widget (get involved) on the bottom from the left. There is a field for CSS under advanced but I'm not sure what to place here after reading the visual-css guide. What would I put in the form to create the extra padding?

    Thanks.

    Posted 13 years ago on Tuesday February 8, 2011 | Permalink
  2. You can apply a margin to the form wrapper. Trying to add more padding is throwing off the other styles you have defined in the theme.

    Try adding this to the end of your theme stylesheet. It should fix it up for you.

    body #home-middle .gform_widget .gform_wrapper {margin:10px}

    screenshot: http://grab.by/8PR2

    Posted 13 years ago on Tuesday February 8, 2011 | Permalink
  3. farcorners
    Member

    Kevin,

    Thank you! This is working great. For my reference, could the same information have been inserted in the CSS field in the form widget?

    You guys are great.

    MB

    Posted 13 years ago on Wednesday February 9, 2011 | Permalink
  4. Glad that worked for you. No, the CSS class name field is just a place to put a class name that you've defined in your stylesheet somewhere else.

    Posted 13 years ago on Wednesday February 9, 2011 | Permalink