Reply 277782 to: Put cookie notice above the banner?

Avatar: Olga Barlow
Olga Barlow
Support staff
March 4, 2021 at 17:54

Hello,

1) Don’t forget to close the rules https://prnt.sc/10d1m7c !
2) Use media queries to change the height depending on device width, for example

@media (max-width:1180px) and (min-width:570px){
    .cookies-not-set .template-container {
        top: 120px;
    }
}
@media (max-width:569px){
    .cookies-not-set .template-container {
        top: 150px;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.