Oh is it to do with the stacking/floating of columns? Well, if you don't care about how it looks on IE, the best solution is to use flex boxes. Otherwise, fixed width columns that display as inline-blocks should fix it. Kinda looks like you're using float?
Steve Goldberg
04/27/2020, 7:09 PM
If you're not using float, this can also happen if the heights of each one aren't uniform, which can be remedied by using jQuery.matchHeight