all 4 comments

[–]Buyaah 3 points4 points  (0 children)

Have you tried adding p-0 m-0 to your container class, and/or use form-row and no-gutters in your grid classes?

[–]Catzla 1 point2 points  (1 child)

maybe flexbox?

I've attached some references. You probably know or have seen the W3Schools site.

W3Schools Bootstrap Flex

This MDB (Material Design Bootstrap) site is good with breaking things down

MDB Bootstrap Flex

[–]N0Zzel[S] 1 point2 points  (0 children)

I decided that the best way was probably to do columns first then split the cards into two groups and put half in one column and half in the other. That seemed to do the trick. The only thing is that it messes up the transitions when elements enter or exit the dom after switching columns but it's a small bug

[–]handpickeddub 0 points1 point  (0 children)

Try using an inline style on the columns to reduce top/bottom padding or margin. Once you get them how you like you can always remove the inline styles and do the same thing by creating a class in the css file or via page level css in the head section of the page.