Modifying logo size with custom CSS
Edited
We recommend uploading your logo with a maximum size of 200 pixels wide and 20 pixels high. If this appears too small, you can increase its size using custom CSS. To do so, use the following code:
#cc-consent-banner #cc-logo {
max-height: 20px !important; /* Increase the 20px value to make the logo bigger */
height: auto !important;
width: auto !important;
}You can increase the 20px value to make the logo bigger/larger or decrease it to make it smaller.
Was this article helpful?
Sorry about that! Care to tell us more?