Below is a how I would normally setup a tool tip:
[%ToolTip("Access to partners","(i.e partners are readily available)",300,15)%]
They look great on desktops / laptops.
Depending on the width dimension, the tool tip on a mobile phone can require horizontal scrolling.
I'd love a solution that forces the tool tip to wrap around for the smaller dimensions if the screen width is too small.
Is there a better approach to handle tool tips across all devices?
Thanks.