Hi,
I'm seeing some strange formatting on above & below the form, with what appears to be empty 'p' or 'code' tags that display as small grey blocks.
Is there a way to get rid of these?
http://www.benedward.co.uk/?page_id=249
Thanks, Ben
Hi,
I'm seeing some strange formatting on above & below the form, with what appears to be empty 'p' or 'code' tags that display as small grey blocks.
Is there a way to get rid of these?
http://www.benedward.co.uk/?page_id=249
Thanks, Ben
That's something coming from your theme or another plugin. There is an empty < code> tag nested in side < p> tags. If you'll notice, both are outside of the .gform_wrapper div which contains your form.
You'll probably want to test to see if one of your plugins is outputting the code, or check with the theme developer for some help with that.
Ok, thanks Kevin,
Ben
Is the appearance of the submit button [the lower edge appears cut off] something I can fix from within the gform CSS file, or caused by the theme somehow? [same link]
Cheers
Yes, you can target the submit button like this to apply styles.
[css]
body .gform_wrapper .gform_footer input[type=submit] {border:1px solid red}
screenshot: http://grab.by/ai3r
http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples