If you want to move the fingerprint to the right of the webpage you need to add some additional CSS to your website code. You can use the following snippet to move the the icon to the right of the page.
.cookiefirst-root [data-cookiefirst-action="open-preferences"] {
right: 15px!important;
left: auto!important;
}