Close

EU cookie law warning in the bottom of the page

a.rossi
8 years ago
#10701 Quote
Avatar
  • 13
Hello,

I would be very thankful, if you make the EU cookie law warning to be displayed in the bottom of the page, instead that in the middle.
Best Regards
nikola.dragiev
8 years ago
#10705 Quote
Avatar
  • Moderator
  • 154
Hello,

You can try adding this css code to your Custom Head Styles textfield(Administration -> Plugins -> 7Spikes Themes -> Nop Nitro Theme -> Settigns):

 .eu-cookie-bar-notification {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: 0;
  max-width: none;
  height: auto;
}
.eu-cookie-bar-notification .content {
  text-align: center;
}
.eu-cookie-bar-notification .content > * {
  display: inline-block;
  margin: 0 10px;
}
Best regards,
Nikola Dragiev
Nop-Templates.com
a.rossi
8 years ago
#10707 Quote
Avatar
  • 13
Hi,  works fine. Thank you very much.