• Is there a way I can set a fixed position for the tooltip to appear? I know we can specify “right, left, center” but is there a way that we can set the position so it always appears in the same spot on the screen.

    Eg if I have 5 triggers on one page – each tooltip for the 5 triggers appear in the exact same spot?

    Please advise, thank you!!

    https://wordpress.org/plugins/simple-tooltips/

Viewing 1 replies (of 1 total)
  • Hi. I tested this and works for me.

    In file: zebra_tooltips.css

    Put below this line .Zebra_Tooltip .Zebra_Tooltip_Message {

    position: relative;
     left: 30px;
     border: 3px solid #8AC007;
Viewing 1 replies (of 1 total)
  • The topic ‘Able to set tooltip in a fixed position?’ is closed to new replies.