/* Make course list show 4 in a row */ .coursebox { width: 23%; /* roughly 1/4 with spacing */ margin: 1%; float: left; display: inline-block; } /* Clear floats after rows */ .coursebox:nth-child(4n+1) { clear: left; }