I give an example.
At the bottom put three checkbox. And as you can see, they are crooked, but must be in a row ...
<div class="checkbox" style="position: absolute; left: 0px; top: 100px"> <label> <input type="checkbox"> Check me out </label> </div> <div class="checkbox" style="position: absolute; left: 100px; top:100px"> <label> <input type="checkbox"> Check me out </label> </div> <div class="checkbox" style="position: absolute; left: 200px; top: 100px"> <label> <input type="checkbox"> Check me out </label> </div> How to solve a problem?