I am trying to get a space between the text and the background on our widget. http://www.epaymentamerica.com the form on the bottom right. Is there an easy way to make this happen?
I am trying to get a space between the text and the background on our widget. http://www.epaymentamerica.com the form on the bottom right. Is there an easy way to make this happen?
Try adding this to the end of your theme stylesheet
[css]
body #gform_wrapper_1 {
margin: 10px;
}
screenshot: http://bit.ly/n1duGb
Thank you that worked.
Super. Thanks for the update.