Viewing 1 replies (of 1 total)
  • Thread Starter jwiere03

    (@jwiere03)

    In tooltips.php there is a section that looks like this

    corner:
          					{
             					target: 'rightMiddle',
             					tooltip: 'leftBottom'
          					}

    That adjusts the placement of the tooltips. I fond that editing it as I post below allowed it to fit on a mobile device

    corner:
          					{
             					target: 'centerMiddle',
             					tooltip: 'centerTop'
          					}

Viewing 1 replies (of 1 total)

The topic ‘Move tooltips for mobile devices?’ is closed to new replies.