Hello I need to edit the CSS of this plugin. Basically I need to put it 40px up the bottom of the page:
#cookie-notice{
bottom:40px;
}
But no matter where I try to put it, it does not appear nor make any change. I triend with the theme’s style.css and editing the own plugin.
Any help with this?