Tagged: bug, masonry element
Hi Support,
we have a strange bug. On our side we use the Masonry element without spacing. On the page translated with WPML everything works fine. On the original page it does not. What is going on here? We will use the Masonry element without space.
Thanks for help!
Tobias
Hi,
Thanks for that. First off, could you try updating the theme to the latest version (5.3) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi Rikard,
thanks for your answer – update was made!
But the problem is still the same.
Best regards!
Tobias
Hi,
Thanks for the link to your two pages, I don’t know why this is occurring both pages have the same css except one has this not being overwritten:
figure {
margin: 0 0 1em;
}
Anyways this css corrects:
.av-no-gap.av-fixed-size .av-masonry-entry figure.av-inner-masonry {
margin: 0 0 0em;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike