• Resolved nachopizarro

    (@nachopizarro)


    Hello I wanted to know how I can put the text of the cookie notice on the top of the web and not on the bottom as it comes by default

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Afroditi

    (@ralliaf)

    Hello,
    you could achieve this by adding a custom css rule. You could try the following

    div#ccc-notify {
        bottom: unset !important;
        top: 0;
    }

    Regards
    Afroditi

Viewing 1 replies (of 1 total)
  • The topic ‘put up the banner’ is closed to new replies.