The masonry element is only half visible on mobile phone because it is hidden “behind” other elements like the header (that i have on the left side in the desktop layout, and on mobile will be the first element, on top).
I tried to correct it with padding or whitespace but also don’t want to change the desktop layout too much.
Hey GroetenvanMarc,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi! replied in the private content with info
Hi!
Could you please provide a screenshot (imgur or dropbox) of the issue? The whole masonry element is visible when I emulate a tablet or phone screen. However, I can see that the masonry captions are covering some parts of the images. Please add this in the Quick CSS field in order to increase the height of the image container.
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
width: 100%;
padding-bottom: 120%;
z-index: 1;
}
Best regards,
Ismael