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.

Create Gap between Product Name and Price Help!!

  1. imrc
    Member

    I created Product field and the Price is very close to the product field, I want to give some little more gap can you help where i should edit the css.
    http://wwwimrc.zippykid.it/?p=83

    Posted 11 years ago on Friday July 13, 2012 | Permalink
  2. Try dropping this into your theme's stylesheet:

    [css]
    .gform_wrapper span.ginput_product_price_label {
    margin-left: 30px;
    }
    Posted 11 years ago on Friday July 13, 2012 | Permalink