ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; } /* visually move the third element to the last position */ li:nth-child(3) { order: 1; }