Posted by Paul
2016-02-26

Can I control the horizontal position of tip boxes (-select-one, -already-voted, -thank-you)?
Posted by Tom
2016-02-26

Hi, there isn't a turn key solution for it but you may want to know where the positions are specified in the script. Open web/conn/codelib/tclass.js.inc.php in a text editor and seek to the line 166.
tip_box.css( { "left":xt + "px", "top":yt + "px" } );
xt and yt are the coordinates of the upper left corner of the tip box.