Dear Kriesi,
we use our blog with Masonry “stretch full width” option
we tried all possible settings, but if a post has a long title that occupy two lines image will become small
We see that perfect alignment is made to this div
div.av-fixed-size .av-masonry-outerimage-container
We would prefer that all images are of the same width and height and if some titles occupy two lines than the short titles will occupy one line and underneath there will be one blank line
Is it possible?
Please see http://www.profumo.it/screenshots/Cattura1.PNG
Thank you
Mauro
Hey profumopuntoit!
Add this to your custom CSS.
.av-masonry-entry figcaption { min-height: 110px !important; }
Cheers!
Elliott
Thank you Elliott,
perfect, for my taste, with:
.av-masonry-entry figcaption { min-height: 100px !important; }
.av-no-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { bottom: -20px; }
h3.av-masonry-entry-title.entry-title { margin-top: -5px; }
Thank you very much
Mauro