See the exctra </div> after the form that should not be there, which is inadvertently closing the entry-content and breaking the layout.
That </div> is either in the forms HTML, or in the forms HTML there is an open <div> that never got closed, and so the browser closes it, causing the issue.