• Resolved anm

    (@ahuk)


    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 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Antonio Candela

    (@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?

    Plugin Support Antonio Candela

    (@antoiub)

    Hello @ahuk ,

    Sorry for the delay in the answer.
    The default properties of the buttons are:

    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
    height: 45px;
    width: 100%;
    }

    The banner width is 526px, and the height is calc(100vh - 20px).

    If you could be more specific about what you want to do, I’ll be glad to assist.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Modify button and banner size’ is closed to new replies.