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

    Hi there! This is probably a question asked before but I couldn’t quite find the solution.

    I have a Masonry gallery for portfolio items to display. All of the items have the setting to display both the Title and the Excerpt. I want all the images to display at their full width and height (all featured images are the same 16:9 size ratio). BUT some of the items have longer titles and excerpts, so the grid gets a little thrown off by pushing down one column to accommodate the longer text, while the portfolio item displayed just next to it is higher up or pushed down.

    Is there a way to make it so each row of the portfolio items is displayed evenly at the top of each featured image? I’ve tried some of the other gallery options but most are cropping out my featured image to push up the text instead.

    Link in private content! Thank you in advance.

    #1286800

    Hey,

    Thanks for contacting us and sorry for the late reply!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (min-width: 480px) {
    #av-masonry-1 a.av-masonry-entry {
        min-height: 380px;
    }}
    

    Best regards,
    Yigit

    #1289700

    Just wanted to say thank you! This works :)

    #1289703

    Hi,

    You are welcome!
    Let us know if you have any other questions or issues and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry gallery of portfolio entries’ is closed to new replies.