I have several Team Member modules on the website and when I hover over the image for the e-mail, the tooltip is way off from where the icon is. A link is included below so you can see what I mean, any ideas on how this can be fixed?
Hi wjcc!
you can control position of the tooltip using this code:
.avia-tooltip.avia-tt {
margin-left: -20px;
margin-top: 5px;
}
Adjust as needed.
Regards,
Andy