I would like to decrease the spacing between lines in my form. I have tried a few solutions found in the forum but they haven't worked. I would appreciate any help. Thanks. http://www.perfectweddingpics.com/smokymountainwedding/contact-form/
I would like to decrease the spacing between lines in my form. I have tried a few solutions found in the forum but they haven't worked. I would appreciate any help. Thanks. http://www.perfectweddingpics.com/smokymountainwedding/contact-form/
Can you try:
.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {
margin-bottom: 0px !important;
}
perfect, thanks!