• Hi,

    is there any way to resize the actual Accept/ Deny buttons?

    How about resizing the cookie banner? I d like to reduce the empty space in it.

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support antoiub

    (@antoiub)

    Hello @ahuk ,

    Yes, it’s totally possible with some CSS code. You can resize the buttons using this code:

    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    height: yourpreference !important;
    width: yourpreference !important;
    }

    For the cookie banner, you can use the .cmplz-cookiebanner CSS class.

    You can find all the necessary fields and try some early changes by opening the browser inspector and inspecting the Complianz banner elements. There, you will find everything you need.

    Thread Starter anm

    (@ahuk)

    thanks! ??

    Which are the default height and weight values of the buttons and banner?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.