Hi @Justin34 ,
Go to Assets > section-multicolumn.css and paste this at the bottom of the file:
.multicolumn-card-spacing {
margin: 2.5rem;
}
@media screen and (min-width: 750px) {
.background-none .multicolumn-card__image-wrapper {
margin: 1.5rem;
}
}
it will display like this:
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.
