large gap between gallery image rows
-
I’m trying to setup a page that makes it easy for my client to add images that will automatically have each row center-align vertically on the page (similar to this page https://www.bgcsmv.org/our-partners which is a single .pdf and not easy to add to). The page I need help on is https://www.bgcsmv.org/test-page. As you can see, there is a large gap between the top row of images and the next row.
Does anyone know how to correct this problem or have a better solution?
I did this by setting the gallery to use medium size images which I set in media settings to max width 180/ max height 150. I then added the following code to my stylesheet:
.gallery-item { width: 33%!important; display: inline-block; float: none!important; text-align: center; vertical-align: middle;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘large gap between gallery image rows’ is closed to new replies.