Look at this picture
The alignment is my problem I want the checkboxes to stay aligned and behave nicley
the site is faucetnthings.com/linh/
thanks for help ! :x
Look at this picture
The alignment is my problem I want the checkboxes to stay aligned and behave nicley
the site is faucetnthings.com/linh/
thanks for help ! :x
u guyz the best , thanks
That’s the staircase bug.
Clearing the .checkbox-button-wrapper div would do the job.
I was slow. Sorry, Scallio!
.checkbox-button-wrapper {
clear: left;
}
Hope that helps