WHY????? How can I stop this? (SCA Elbrus)
# suitecommerce
k
WHY????? How can I stop this? (SCA Elbrus)
s
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?
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
(that's a third-party library btw)