Is there a way to create gaps between rows and columns in bootstrap without disrupting the layout? I am trying to have three columns on each row by using col-4
, but when I try to add margin or padding, it messes up the design.
My goal is to achieve a layout similar to this: https://i.sstatic.net/7QBr3.png
However, whenever I attempt to add margins or gaps, it ends up looking like this: