Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cubecolour

    (@numeeja)

    There is no option to do this in the plugin, but if you do want to edit the plugin’s popup.js file and are aware that a plugin update will lose your edits you should be able to do this by changing one line.

    Try changing

    var left = (screen.width/2) - (w/2);

    to

    var left = screen.width - w;
    Thread Starter lookinfoodadmin

    (@lookinfoodadmin)

    thank you for your fast reply!! 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘position popup to the right’ is closed to new replies.