In this article, we’ll show you how to change the size of the consent popup.
Before you start
Here are a few things to know before you start:
The following guide is for Overlay v2 and Overlay v3 templates, version 1.1.0 or higher. The older versions might need different changes.
Change the size of the consent popup
To change the size of the consent Overlay and Overlay v2 templates, follow these steps:
1. Log in to your Cookie Information account.
2. In Consent Solutions, find the consent solution you want to change the popup size.
3. Go to Pop-up appearance > Advanced options.
4. Click Expand.
5. In CSS, find the CSS class .coi-banner__wrapper
.
6. You can adjust the width and height of the popup by changing the following values:
width: 600px
max-width: 100%
max-height: 100%
7. Click Save and publish.
8. Done.