These are three different fixes that will force this layout to shift toward the right hand-side once it reaches the left edge of the viewport.
body {min-width:34em;}div {padding-left:1px;}div {border-left:1px;}In this document, it is the border around the DIV that makes things work.