Increase height of Logo in Age Verification form window

Seeking to enlarge the logo in the Age Verification form window and reduce the space between the logo and the headline text.

1 Like

Hello @Ricardo-the-Designer! We are so happy to see that you’ve decided to join us! Welcome to Elfsight Community!

Here is a special CSS code that will help you:

.eapp-age-verification-item-logo {
max-width: 400px;
height: auto;
width: 400px;
}
.eapp-age-verification-item-logoContainer {
max-width: 400px;
height: auto;
}

Please add this code to the Custom CSS field on the Appearance tab and let me know if you like what you see:

Hi Max,

Thank you for responding and offering this code. I will give it a shot.

Much appreciated!

Ricardo

1 Like