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

    Hi,
    I am using masonry as flexible masonry.
    After choosing a big gap between the elements, there is no gap appearing, please find link attached.

    Is this a bug?

    Thanks for checking.

    Regards,
    Matt

    #1405481

    Hey Matthias,

    Thank you for the inquiry.

    This particular has been fixed in the latest version of the theme, version 5.5. Please update the theme to the latest version and make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    #1405495

    Hi Ismael,
    great, I updated the theme and it works.

    One question regarding the gap between the elements of the flexible masonry.

    I used this code for the fixed size masonry for defining the px of the gap:
    .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
    right: 12px !important;
    bottom: 12px !important;
    }

    It is not working with the flex masonry. Can you please help adapting?

    Thanks,
    Matt

    #1405629

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    margin-right: 12px;
    margin-bottom: 12px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1405666

    Hi Mike, thanks a lot. It is working.
    Regards, Matt

    #1405690

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Gap in flexible masonry missing’ is closed to new replies.