I have three images that are a block grid
I want to remove all the white space between them on all sizes
I have been playing around with this and managed to get the images bumped up against each other in the small - not even sure now what I did. but how do I achieve this for medium and larger.
I am not using Sass, so solution needs to be CSS
Thank you
You can add a .collapse class to .row to remove padding. We did a lesson on block grid that will help here: http://zurb.com/university/lessons/don-t-let-your-grid-be-a-blocker-foundation-s-block-grid
And the .collapse class is demo'd in this lesson (last item) http://zurb.com/university/lessons/get-more-control-with-foundation-s-grid-utiltiy-classes
Hope it helps!