.red { color: red; } .columns { display: flex; } .columns > div { flex: 1; } .replacable-fragment { position: relative; margin: auto; } .replacable-fragment > div { position:absolute; top:0; /* TODO: fix this properly */ left:25%; }