I have the following code:
ABC
For some reason none of the above fixes worked for me (I had the same problem), but this did:
Try putting all of the floated elements in a div element: ....
...
Then add this CCS: .row::after {content: ""; clear: both; display: table;}
.row::after {content: ""; clear: both; display: table;}