Submit Button goes behind footer

When I test my form, I get the problem you see in the attached screenshot. The submit button will disappear into the footer when sufficient entries are invalid. How do I rectify this?


Attachment:
submit-button-issue

This is an issue with your theme. in the source code for this page, there is some inline CSS on your container_wrap div. You either need to remove the fixed height (height: 1701px;) or you need to change the overflow: visible to overflow: auto to allow the page to scroll down if the content is longer than 1701 pixels. Here is a screenshot with the problematic code highlighted.


Attachment:
Screen Shot 2012-09-17 at 2.20.30 PM

Oh thanks. Got it fixed!

Topic closed.