I have some very simple code which works perfect for what look I\'m trying to achieve. I have two divs which are displayed as \"boxes\" which are contained within an outer div w
Since the boxes are already inline-block you can add vertical-align: top to the .box style.
inline-block
vertical-align: top
.box