Hi there,
Please remove this CSS
body .envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item {
position: static !important;
float: left !important;
clear: right !important;
}
Items are positioned dynamically on resize or on page load. And that requires absolute positioning to apply offsets. And that CSS will prevent it all.
Thanks!