0

I have implemented the latest version of tool tipster plugin at takeitdown ( scroll to "supporters" and click on names) and I have set the following options

{
contentCloning: true,
trigger: 'click',
theme: 'tooltipster-borderless',
maxWidth: 320,
minWidth: 130,
side: ['top', 'bottom'],
}

but when the tooltip displays the "arrow" position is badly off. How is this happening and what can be done to fix it?

Kendall
  • 5,065
  • 10
  • 45
  • 70

2 Answers2

1

Put the tooltip on the span that contains the name, not on the container div which is larger than the name.

Louis Ameline
  • 2,779
  • 1
  • 25
  • 25
0

I solved it by Add some additional styles to the element via the class

Kendall
  • 5,065
  • 10
  • 45
  • 70