弹出窗口在智能手机上显示不正确

时间:2019-04-04 17:45:00

标签: css wordpress popup

我在my Wordpress site中插入了一个弹出窗口。在台式机上都可以,但问题似乎在智能手机上仍然存在。当我从智能手机(特别是iPhone)进行检查时,它显示不好,并在边缘被切掉。同时显示按钮未居中对齐。

例如,台式机版本:

desktop version

这是在 iPhone 上的外观:

enter image description here

我试图像这样用CSS进行操作:

@media only screen and (max-width: 600px) {
.pum-theme-3016 .pum-container, .pum-theme-hello-box .pum-container {
    width:380px!important;
}
}

但似乎在Apple和某些Android设备上仍然存在问题。对解决这个问题有帮助吗?

0 个答案:

没有答案
相关问题