Disable pop on screen size

I’m looking for a bit of css code that will disable the pop up on screens < 1200. The tablet/phone feature included in the app doesn’t work on what I’m trying to do.

I was using this but it doesn’t work anymore:

@media only screen and (max-width: 1200px) {
html, body {
overflow: auto !important;
}
.eapp-popup-layout-variation-modal-component {
display: none !important;
}
}

Thanks!

2 Likes

Hello @Ben6 and we are happy to greet you in Elfsight Community! Welcome :rocket: :heart:

I am so sorry that you’ve encountered issues using our app :pensive:

I see that you’ve opened a support ticket and my colleague Anna has already contacted you.

She has forwarded your request to our devs. Please do not worry, Anna will keep you updated :wink:

Have a nice day!