Hi,
I am currently using Gravity Forms with Thesis, and I noticed it creates a space after my content and before footer on this page: http://pitpedia.com/contact
The issue only happens in Safari.
Thanks,
Brian
Hi,
I am currently using Gravity Forms with Thesis, and I noticed it creates a space after my content and before footer on this page: http://pitpedia.com/contact
The issue only happens in Safari.
Thanks,
Brian
Hey Brian, just pulled the site up in Safari/Chrome/Firefox and i don't see a difference between the three. Have you resolved this already or can you take a screenshot of what you're describing above?
Hi Rob,
Sorry, I had changed the background color of my site. I changed it back now, and you should be able to see it. I'm linking a photo too. Here it is: http://cl.ly/E6s6/Screen%20Shot%202012-02-11%20at%208.59.44%20PM.png
It looks like it is the iframe that gets placed on the page by the captcha service. I'm not sure if this would have a negative effect but if you put this into your theme's stylesheet it will get rid of that gap:
[css]
iframe[src="about:blank"] {
display: none;
}
Thank you Rob! That fixed the issue.
Awesome, glad to help!