This topic has 3 replies, 2 voices, and was last updated 2 years, 8 months ago ago by densitysk
Hi,
I have noticed that it is not possible to display a popup created via a static block on mobile phones.
On desktop it looks normal and works as expected, but on mobile phone no matter the width settings, the content has just too much padding on the sides.
Screenshots in PM
Hello,
@media only screen and (max-width: 768px) {
.header-newsletter-popup .et-popup {
left: 0;
right: 0;
transform: translateY(-50%);
}
}
Regards
thank you. That did help.
I appreciate it.
The issue related to '‘mobile popup static block padding completely off’' has been successfully resolved, and the topic is now closed for further responses