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
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
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
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
Hi Mike, thanks a lot. It is working.
Regards, Matt
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