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.
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
Just wanted to say thank you! This works :)