Tagged: 

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

    Hi,

    The order of the posts in masonry seems to different in Chrome and Internet Explorer.

    All posts have the same date and the time is resp. 12:00,11:00,10:00 etc.

    Any suggestions?

    Kind regards,

    Frits

    #754894

    Hey Frits!

    Thank you for using Enfold.

    I can’t reproduce the issue on IE. Could you please provide a screenshot? Or try this in the Quick CSS field.

    .av-masonry {
        width: 101%;
    }

    Regards,
    Ismael

    #754932

    Hi Ismael,

    I’ll send two screenshots. The statement above did not make any difference.

    It seems to be an issue in Chrome, as the result is the same in IE, Safari and Firefox, both on Windows and iOS, but different in Chrome on both OS.

    Regards,
    Frits

    • This reply was modified 7 years, 8 months ago by fren.
    #756133

    Hey!

    Thank you for the screenshots.

    Please add this in the Quick CSS field:

    .av-masonry {
        width: 99%;
    }
    
    .av-masonry-entry.av-landscape-img {
        width: 49.7%;
    }

    Cheers!
    Ismael

    #756410

    Hi Ismael,

    Looks like it has the desired effect. Mysterious.

    Thx,

    Frits

    #756727

    Hey!

    Actually, we can’t control the order of the masonry items because a script called “isotope” automatically calculates the left and top position. The position depends on the items’s rendering order, their width and the width of the actual masonry container.

    Regards,
    Ismael

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