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?
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.