Hi
I’ve got a masonry gallery inside a color section. there’s a gap between the gallery edge and the left hand side of the browser window. the gallery should stretch full screen left to right. Where does this gap come from and how do I remove it?
Thank you!
Hey Yory,
Thank you for the inquiry.
Try to increase the size of the masonry items a bit with this css code.
.av-masonry-entry {
width: 25%;
}
Default width value is 24.90%. Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Thanks
that did it for the left hand side gap on desktop on the gallery.