Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #500548

    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

    #500640

    Hey profumopuntoit!

    Add this to your custom CSS.

    .av-masonry-entry figcaption { min-height: 110px !important; }
    

    Cheers!
    Elliott

    #500888

    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

    #501400

    Hey,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.