Adapt popup height

Hi, can anyone help me to adapt the desktop popup height ? it is too short and it forces people to scroll down in order to see the CTA button. I would like to have all in one frame

green-hands-dubai.myshopify.com

This didn’t work:
@media (min-width: 1024px) { .modal-card { transform: scale(1.1); /* Scale above 100%, adjust as needed */ } }

@Daniel19901 - where to click to get this popup?

@suyash1 it shows after 30 seconds

@Daniel19901 which phone are you using? what is its screensize?

@suyash1 I need it for desktop mode / mobile is fine

@Daniel19901 - add this css and check

@media screen and (min-width:1000px)
{
.modal-card .modal-content .image-block{max-width: 60%;}
}

Hi @Daniel19901

This section is rendered using JavaScript, which means that direct editing of the CSS is not possible. Please inform them to contact the team or application responsible for managing this pop-up to make the necessary edits

I hope this helps

Best,

Daisy