Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter MioLilo

    (@miolilo)

    owke, i got the bar down at my website..
    i changed:
    position: fixed;
    to:
    position: bottom;

    but now i got where the cookie bar was at the top, a brown field that only disapears when i accept the cookies, is there a way to clear that brown field?

    The reason i need the cookie bar at the bottom of my site is because i have the register and login field at the top of my site too, so when people don’t click accept cookies, they don’t see where to register or login, so a fade was also been nice, but i just wait for that till you update your plugin just like you said in the other support message, for now i just need the cookie bar down (done), and the brown field away at the top of my site..

    Hope you can help me, my website is neverbesilent.nl in case you wanna see what i mean.

    Regards, julien

    Hi

    I think you need to update the CSS in a slightly different way to what you’ve suggested. Keep:

    position:fixed

    But change:

    top:0

    to

    bottom:0

    That will fix it to the bottom of the user’s screen. And to remove the area at the top, you need to override the plug-in’s CSS with:

    html {
        margin-top:0 !important;
    }

    Though you’ll have to check how that affects your log-in bar at the top of the screen.

    Thread Starter MioLilo

    (@miolilo)

    Thanks a lot, i got it working now xD

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: UK Cookie Consent] Bar to the bottom’ is closed to new replies.