Control Logo Size

The custom logo image uploaded to the widget appears to be smaller than we want. The following CSS helps

@media (min-width: 768px) {
  .eapp-age-verification-item-logoContainer {
    max-width: 425px;
    max-height: 300px;
  }
}

However, it would be great if we can control the logo size in the widget settings.

1 Like