Thanks @michelle1107! I see the text being cut off as you describe. Draw Attention attempts to keep the text/labels within the borders of the image. This is so it works well on different devices and WP themes. In some themes, it can lead to weird behavior with mouse events if the tooltips aren’t visually contained within the borders of our Draw Attention image.
So there are a few approaches I’d take with this issue if it were my site:
1. Upload a larger version of the image, with some more horizontal padding around the edges. It could be a transparent background or the matching background color, but just adding 100px to the left and right would make sure there’s space for the tooltip to fit. This would require repositioning the clickable areas. (They’ll still be there after you add replace the image, but they’ll need to be moved/updated)
2. Write some custom CSS to make the text in that tooltip a slightly smaller size.
3. Try to remove a couple characters in the text, like “Follow on Instagram” or “Find us on Instagram”. This may not be ideal, but is a very quick fix.
Hope that helps!
Thanks,
Nathan