Hi There,
Thank you for the link and screenshot. The space you were seeing is the default image bottom margin. We can get rid of this by adding mbn on the image class field.
(m) – margin (b) – bottom (n) – none
Please check this link for other helpful classes:https://community.theme.co/kb/css-class-index/
But then I can see that you have sort this our using the following custom CSS:
.x-img.no-spacing {
margin: 0;
padding: 0;
}
That works too.
Cheers!