Close

Displaying EU cookie law in the bottom of the page.

Petar_Ivanov
8 years ago
#10006 Quote
Avatar
  • 2
Hello Nop-Templates,
I would be very thankful, if you make the EU cookie law warning to be displayed in the bottom of the page, because now it appears in the middle.

Thank you for the effort!
nikola.dragiev
8 years ago
#10012 Quote
Avatar
  • Moderator
  • 154
Hello,

You can add this css code to your Custom Head Styles textfield located in your nopCommerce Administration -> Plugins -> Nop Allure Theme -> Settings
.eu-cookie-bar-notification {
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: auto;
}
.eu-cookie-bar-notification .content > * {
    margin: 0 5px;
    display: inline-block;
}
Best regards,
Nikola Dragiev
Nop-Templates.com
Petar_Ivanov
8 years ago
#10014 Quote
Avatar
  • 2
Thank you Mr. Dragiev!

It works perfectly.
OTH
4 years ago
#16726 Quote
Avatar
  • 39
nikola.dragiev wrote:
Hello,

You can add this css code to your Custom Head Styles textfield located in your nopCommerce Administration -> Plugins -> Nop Allure Theme -> Settings
.eu-cookie-bar-notification {
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: auto;
}
.eu-cookie-bar-notification .content > * {
    margin: 0 5px;
    display: inline-block;
}


Hi,

Does this also work for the Emporium theme?
Best regards,
OTH
Valentin
4 years ago
#16727 Quote
Avatar
  • Moderator
  • 172
OTH wrote:

Hi,

Does this also work for the Emporium theme?



Hi OTH,

if you want to achieve the same for the Emporium theme, you would need to add the following code instead:

.eu-cookie-bar-notification {
    width: 100%;
    max-width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    height: auto;
    padding: 20px 10px;
    border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
Best Regards,

Valentin Kirov
Nop-Templates.com
anthonycma
one year ago
#21996 Quote
Avatar
  • 1
Hi, What about the display for Brooklyn. I raised a ticket to Nop-templates, the reply was very diplomatic but helpless. The disappointed reply suggested me go somewhere else to find a solution.
Any help here would be appreciated.