We have a problem where we need to have a list of divs with dynamic content. There will always be 2 divs per row. Both of those elements should have the same height.
Cur
Try this
.boxes .box { float: left; margin-left: 2%; margin-bottom: 2%; width: 38%; padding: 4%; border: 1px solid #b6b6b6; border: 0.0625rem solid #b6b6b6; box-sizing: border-box; display:inline-block } .box-wrapper,.boxes{ display:inline-block; width:100%; }
Fiddle