Hi,
I’m sorry, I don’t understand your question. By the way, the plugin you are using to create the hotspots images is not calculating correctly the height for tooltips, to correct the issue, please, follows the steps below:
1. Open the “https://www.teknoyangin.com/wp-content/plugins/image-map-pro-wordpress/css/image-map-pro.css” file with the text editor of your choice.
2. Go to the style definition:
.hs-tooltip.hs-tooltip-visible{opacity:1!important;z-index:3;-ms-transform:scale(1,1)!important;transform:scale(1,1)!important;-moz-transform:scale(1,1)!important;-webkit-transform:scale(1,1)!important;}
and modify it as follows:
.hs-tooltip.hs-tooltip-visible{opacity:1!important;z-index:3;-ms-transform:scale(1,1)!important;transform:scale(1,1)!important;-moz-transform:scale(1,1)!important;-webkit-transform:scale(1,1)!important;height: auto !important;}
3. Finally, clear the browser’s cache after edit the online file.
Best regards.