It’s possible to do with a bit of CSS.
#cookie-notice {
position: relative !important;
}
But it’s possible you will have to adjust the CSS a bit more depending on your theme.
I tried with “Twenty Fifteen”, “Twenty Sixteen” and “Twenty Seventeen” but unfortunately it is not working.
It would be great if that is an option in Cookie Notice configuration when position is set to “top”.
Hi,
I also couldn’t get it to work as described (push down existing page content).
Would be nice to have as option in the plugin.
Thx
Following CSS
#cookie-notice {
position: absolute !important;
}
would keep notice bar in original position. But still it overlays website in z-axis. Instead we would love to have cookie notice above website on y-axis. So when accepting or refusing cookies, the notice bar disapprears and the whole website moves up.
Please see http://eur-lex.europa.eu/ for this funtionality.
Can this be done using CSS?
The original Cookie Notice code is outputed as the last element of the <body>. It would be awesome if you could implement this function using php and make it an option in Cookie Notice configuration.
Hi!
I have the same question. Did anyone solve this?