Check out the picture above. As you can see, the text in the gallery makes the images not line up evenly. It just makes everything look a little messy. I would love it if I can make it sit side by side evenly.
Here’s another picture of another page. As you can see if the text is not even, it progressively gets worse and worse
Hi spirani91,
Can you please disable cache while we are helping you?
Best regards,
Victoria
I’m sorry, what do you mean disable cache?
Update:
I changed the min-height of the content to 45px and that fixed some of the issues. However, the pages that have longer content still do the same issue. Check out the link I put in the private content for a page with longer content on mobile inspection.
Hi,
Add a unique class attribute to the masonry element then use the following css code to adjust the minimum height of a specific masonry element.
// http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
.custom-class-attribute .av-inner-masonry-content-pos {
min-height: 80px !important;
}
Replace the “.custom-class-attribute” selector with your own custom css class attribute. You may need to add a few css media queries to adjust the height on different screen sizes.
Best regards,
Ismael