ICON POSITION CHANGES:

If the need arises to adjust the position of the Review Bot on your website, you can do so by adding a small amount of code to your CSS. The following code allows you to adjust the position FROM the TOP and FROM the RIGHT of the page in pixels:

<style>
#resbotReview-modal-container {
top: 100px !important;
right: 100px !important;
}
</style>

Simply provide this information to whomever maintains your website along with where you wish the icon to appear and they will be able to make the adjustment with this code.