3 column margins, creating separation
Hello, how may I create separation between these columns? https://www.kb.jniplants.com/introductions/
- I don't care how much space. I can play/wiggle after I figure out how. On desktop, there would appear to be some separation between the boxes, and on mobile the boxes would appear to have some separation instead of appearing to be stacked on top of each other.
I do have some custom CSS already applied to these columns:
/* Wrap border for products */
.wrapproductborder {
border: 1px solid #bababa;
border-style: solid !important;
border-radius: 5px;
background: #ffffff;
}
Thank you - as always - for the help!
Comments
I see. And because I have the wrap setup like this, I would need to shortcode the 3 internal elements within the (1) 3/5 column to allow the (2) 1/5 side columns to do their job?