Hi,
I’d like to reduce to space between the images in a multicolumn grid so that they are even top and bottom. I believe the images are inside of a larger container but can’t find the code to effect that part yet.
I’ve been editing code in section-multicolumn.css but no success.
/* multicolumn image grid spacing 100% */
.multicolumn-list__item .media--adapt {
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.multicolumn-list__item .media--adapt img{
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
website is https://treatments-are-forever.myshopify.com/products/clementine
password is treatyoself
thanks in advance