Move Fingerprint floating button right

Have more questions? Submit a request

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;
}

Articles in this section

Was this article helpful?
1 out of 2 found this helpful
Share