I have a website with a simple bootstrap 3.4.1 grid. All elements are the same. Everything is perfect on all devices / columns widths, except for desktop where I have .col-3 columns and the last 3 of the grid are seemingly randomly placed :
XXXX
XXXX
XXXX
X
XX
If I set it back to .col-4 for the same device, the grid works perfectly.
I checked every possible thing, no special css for any of the elements, everything is the same size etc. and was wondering, if there anything you could think of that could be causing this?
Thank you,