Hello @jlagpub,
It looks like your theme is adding some margin to images that we didn’t expect, and I think that’s likely what’s causing the shift. I think you should be able to add some custom CSS to the site to stop it from happening.
Please try this CSS:
.page article.page .entry-content .hotspots-interaction img.leaflet-image-layer,
.page article.post .entry-content .hotspots-interaction img.leaflet-image-layer,
.single article.page .entry-content .hotspots-interaction img.leaflet-image-layer,
.single article.post .entry-content .hotspots-interaction img.leaflet-image-layer {
margin: 0;
}
We have an article on adding custom CSS here: https://wpdrawattention.com/document/customizing-draw-attention-css/
Please let us know if that corrects the issue for you
Great it works,
thanks for this quickly support
Great, I’m glad that worked. Just let us know if you need anything else.