• Resolved Andy

    (@andythreecoaching)


    So I have this page and this page. Both pretty much identical apart from the contact forms.

    You’ll notice that the form starts to disappear at the bottom of the div. Not too sure what’s going on here. As I add to that page it just pushes the hidden content down rather than increasing the size of the div to accommodate.

    It might be these divs but might not:

    #contactWrapper {
    
    	margin-left:auto;
    	margin-right:auto;
    	width: 1100px;
    	margin-left: -40px;
    
    }
    
    #contactLeft {
    	width: 550px;
    	float: left;
    }

    Any help appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s because you’ve set a height on one of the elements that contain the form. Just don’t set a height (#hireWrapper).

    Thread Starter Andy

    (@andythreecoaching)

    Thanks a bunch! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘div is getting cut off at the bottom’ is closed to new replies.