This topic has 2 replies, 2 voices, and was last updated 5 years ago ago by John Holden
We have added the promo popup to our site, and it is not displaying correctly on mobile. We’ve tried some of the global CSS updates found in various support threads here, but none has fixed the issue for us.
Have supplied credentials in private area. Thanks
Hi,
Add below code to Theme Options -> Additional CSS
@media (max-width: 465px){
#etheme-popup-holder {
position: relative;
top: 0;
left: 0;
transform: none;
}
}
Regards,
Hung PD
You must be logged in to reply to this topic.Log in/Sign up