html - Form overlapping another form? -


i have 2 separate forms. however, second form overlapping first, instead of being beneath. can confirm css issue, cannot work out - has had me puzzled ages, , i'm giving up.

here code: http://codepen.io/anon/pen/bnpgbw

.comments-section .comment-form {   padding: 20px;   background: #f8f8f8;   border: 1px solid #dddddd;   border-radius: 3px; } 

thank time :)

it's because .company-profile class being restricted 200px tall. first form doesn't fit height , overflows container won't push down next form because told 200px tall. remove height , fix issue.


Popular posts from this blog