• I’m having an issue with an interactive map I am trying to make for a video game, I have about 15 pins so far and they look right in the hotspot editor, but when I load up my page all my pins are to the left and when I use Ctrl+Scroll the pins move non according to the scroll. Is there a fix for this? so far its only looking somewhat correct on mobile.

Viewing 1 replies (of 1 total)
  • I had the same problem in the mobile version, I solved it as follows:

    Look for the line: “@media (max-width: 500px){div#powerTip{position:fixed;top:0!important;left:0!important;width:100%;height:100%;overflow-x:hidden;overflow-y:auto}”
    In the following way “/wp-content/plugins/devvn-image-hotspot/frontend/css/ihotspot.min.css”

    To resolve only the positioning of the tooltip in the mobile version, remove: “top:0!important; left:0!important;”

Viewing 1 replies (of 1 total)
  • The topic ‘Hotspot pins move when browser is resized/mobile’ is closed to new replies.