Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #872823

    https://imgur.com/a/0dRg2

    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.

    #872825

    https://imgur.com/a/uUSpO

    Here’s another picture of another page. As you can see if the text is not even, it progressively gets worse and worse

    #873209

    Hi spirani91,

    Can you please disable cache while we are helping you?

    Best regards,
    Victoria

    #873329

    I’m sorry, what do you mean disable cache?

    #873344

    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.

    #874403

    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

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