• Resolved pm01

    (@pm01)


    Hello!

    Is it possible to edit how the cookie banner appears on mobile devices?

    Im trying to make the banner less masive on mobile devices (It takes almost half of the screen size) by making the buttons smaller in size to lay in a row with floating. I can′t make it work. I also tried css 3 Columns property:

    @media screen and (max-width: 768px) {
    .cc-compliance{
    columns: 30px 3;
    }}

    But nothing.

    Is there a way of reducing the space of the banner in responsive?

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Edit cookie banner for mobile devices’ is closed to new replies.