the cookie Banner on the site needs some work.
please send CSS in order to:
all the buttons on a new line. So first the text and then the 3 buttons on a new line.
Also text should be black everywhere.
Please send all CSS for buttons and text so I can adjust accordingly.
Ok I managed to change thecolors. HOwever it still needs all the buttons to be in one line with the text. Please send CSS.
doesn’t look good on mobile.
Buttons need more spacing and text above.
Please send CSS to fix this.
Hi,
Thank you for the update.
Did you disable the cookie consent option? It’s not displaying when we checked. Please enable it again so we can inspect the element.
Best regards,
Ismael
No I did not disable it. Please check again.
Hi,
Sorry for the delay. Please add this css code to adjust the layout of the cookie consent on mobile view:
@media only screen and (max-width: 498px) {
/* Add your Mobile Styles here */
.avia-cookie-consent .container {
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
}
.avia-cookie-consent .container .avia_cookie_text {
align-self: center;
font-size: 14px;
line-height: 1.2em;
}
}
Best regards,
Ismael