This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Popup looks fine when you are viewing the site on a computer. However, the the bottom portion is extended when you are viewing on the phones.
How can we fix this please?
Hello,
Try to remove Popup height in Theme Options > Promo popup
Or
add this code in Global custom css:
@media (max-width: 992px) {
#etheme-popup {
max-height: 100vw;
}
}
Regards
css worked.. all good.
thank you!
You’re welcome!
Regards
The issue related to '‘Popup Height Is Not Adjusting To The Mobile’' has been successfully resolved, and the topic is now closed for further responses