I am using a WP-template and the log in screen is a pop-up which doesn't show on mobile, or is very zoomed in. How can I fix this?
我正在使用WP模板,登录屏幕是一个弹出窗口,不会在移动设备上显示,或者是非常放大。我该如何解决这个问题?
1 个解决方案
#1
0
add this in your style.css file
在style.css文件中添加它
@media only screen and (max-width: 768px){
#thim-popup-login-wrapper .thim-popup-login-container {
height: auto!important;
}
#1
0
add this in your style.css file
在style.css文件中添加它
@media only screen and (max-width: 768px){
#thim-popup-login-wrapper .thim-popup-login-container {
height: auto!important;
}