Apologies, I previously posted this in the wrong topic.
Hi Guys,
I previously styled my forms to reduce the gap between the list of input boxes as the gap is a bit big, as you can see on one of my forms here: http://www.primarycarecommunity.net/addanevent/
I have just updated my plugin, and my gap has gone back to the original size, now ignoring mt styles to reduce this.
Problem is that I have styled a few things in my CSS that I don't actually remember which but was doing this, the gravityforms related css is here:
[css]
.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}
.gform_body li {padding: 2px;}
#gform_wrapper_4 .gform_footer, #gform_wrapper_5 .gform_footer, #gform_wrapper_1 .gform_footer, #gform_wrapper_2 .gform_footer, #gform_wrapper_3 .gform_footer, #gform_wrapper_6 .gform_footer, #gform_wrapper_7 .gform_footer, #gform_wrapper_8 .gform_footer, #gform_wrapper_9 .gform_footer {margin-top: 0px;}
And I have had some comments on here in the past about my poor CSS but i'm sorry, this is the only knowledge I have so I would really appreciate if you could please help me reduce my gap between input fields.
Thanks, Adrian