Gap between images in tiled gallery
-
Hi,
I have experiencing difficulties in removing the gaps between images in the tiled gallery. Could someone help me with that.
Here is the site: https://mattling.net/
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
This CSS code should do the trick:
/* Remove spacing in tiled gallery */ div.tiled-gallery__col + .tiled-gallery__col { margin-left: 0; } div.tiled-gallery__row + .tiled-gallery__row { margin-top: 0; } -
- The topic ‘Gap between images in tiled gallery’ is closed to new replies.