moving tooltip to the right

Hi,

tooltip displays over a date field and obstructs the top of the calendar, reviewed the posts but cannot get the tooltip to display to the right of the object. (v2020)

tried:
$(“.ew-tooltip”).attr(“data-placement”, “right”);
$(“ew-tooltip”).attr(“data-placement”, “right”);
$(“#ew-tooltip”).attr(“data-placement”, “right”);

even in the footer tried:

any suggestions, or just as good can a timeout be set?

You may customize the “initTooltips” function in “ew.js” template file (assume v2020). Please read “Customizing Template” topic from PHPMaker Help menu for more info.