Hi there, I’m hoping this is a quick fix and just being special.
I have two columns setup with a background and shadow - this looks fine on desktop but when it adapts for mobile thy stack with no margin. I’ve tried adding a margin top/bottom in css for the columns but it doesn’t seem to be adding the margin at all.
I’m using the below on the column:
margin-bottom: 25px !important;
What’s the best way to add a bottom margin between the two columns when they have a background and shadow?


Thanks.