.toggle { display: flex; flex-direction: row; // justify-content: space-between; } .toggleLeft { position: absolute; left: 3%; top:50%; z-index: 99; } .toggleRight { position: absolute; right: 3%; top:50%; z-index: 99; }