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
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
Try dropping this into your theme's stylesheet:
[css]
.gform_wrapper span.ginput_product_price_label {
margin-left: 30px;
}