hello all
I have here on the homepage see below
the settings cookie handling
and cookie consent
configured
on the PC in full size the view fits great
also on the laptop horizontally
but on mobile views it does not fit
see print view (blue)
can this be configured via css like in the examples
in the print view (green)
Thanks and
kind regards
Franz
Hey schweg33,
Thank you for the inquiry.
Are you referring to the alignment of the privacy buttons? If you want to align the buttons in a single row, please add this css code.
@media only screen and (max-width: 480px) {
.responsive .avia-cookie-consent .container a {
font-size: 0.7em;
padding: 0.8em 1em;
}
.responsive .avia-cookie-consent p.avia_cookie_text {
margin-bottom: 1em;
}
}
Best regards,
Ismael
Thank you Ismael
Now it looks great.
you can close this ticket
kind regards
Franz
Hi,
Great, I’m glad that Ismael could help you out. I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard