APIs & Integrations

Not applicable

Move cookie bar to fixed bottom

Hi all,

How do I move the privacy policy banner to be sticky at the bottom of the browser rather than the top (and stays fixed on scroll down)?

I tried to add some styling to the header but it seems as though the code for the cookie bar is injected after page load - so on page styling is void.

0 Upvotes
1 Reply 1
radar
Contributor

Move cookie bar to fixed bottom

Dean, you can use the following CSS in your stylesheet to move the privacy policy banner to the bottom of the browser viewport:

body div#hs-eu-cookie-confirmation {position:fixed; top:auto; bottom:0;}