body{ margin:0px; } #content{ width: 100%; } .featured { max-width: calc(50% - 8em); float: left; margin: 2em; padding:1em; background-color: snow; /*display: inline-block;*/ /*vertical-align: top;*/ } #list{ width:100%; clear: both; } .featured:nth-child(even) { /*margin-top: 16em;*/ float:right; } #menu{ max-width: calc(50% - 4em); float:right; margin-right: 4em; } footer{clear:both;}