Hi,
I want to reduce the size of my Cookie Banner on mobile and tablet. Can you please help me?
The website:
Best regards
Eve
Hey Createve_Solutions,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
#av-consent-extra-info {
max-width: 80%;
max-height: 50vh;
}
}
Best regards,
Rikard
Hi,
thank you very much – that works :)
Best regards,
Eve