Contact Form Getting Cut-Off middle of page
Permalink
On my home computer at home this page loads fine, at my work it cuts the form in half.
See screenshot.
Suggestions? Site is at donmattingly.com.
See screenshot.
Suggestions? Site is at donmattingly.com.
I can't quite remember how I found out to fix this, but it's basically a bug with Internet Explorer (7 or 8).
I fixed this by changing the main.css Slate stylesheet - line 479 approximately:
Replace
max-width: 100%
with
overflow: hidden;