Fix common column clearfix issue in a simpler way using CSS
I did not originally make this solution I found it here and added to this solution to include all sizes. Just add this bit of CSS after the bootstrap.css in your project. This will prevent columns from not clearing left during screen resize. Typically this happens when columns take on different heights.
You can find Bootstrap's recommended way for clearing columns here and choose which option you'd prefer.