我有一个运行ET Divi儿童主题的wordpress网站,在手机上主菜单不会滚动触摸,而是背景(网站)滚动。我一直在尝试几个媒体查询等修复,但无法弄明白,任何人有想法或遇到此之前?这是我的子主题样式表附加代码:
网站为wptemp.thereverendmichael.com(请确保仅调整移动设备的宽度)
@media (max-width: 980px) {
#main-header {
position: fixed !important;
}
}
@media (max-width: 980px) {
.et_fixed_nav #top-header {
position:fixed !important;
}
#mobile-menu {
overflow-y:scroll!important;
-overflow-scrolling:touch!important;
-webkit-overflow-scrolling:touch!important;
}
}
.et_mobile_menu {
margin-left: -30px;
padding: 5%;
width: calc( 100% + 60px);
}
.mobile_nav.opened .mobile_menu_bar:before {
content: "\4d";
}
答案 0 :(得分:3)
对不起,我想多了一点玩。这是解决方案
编辑:未来的Divi版本已经改变config["a"]["b"]["c"]["d"] = "value"
改为.et-mobile-menu
,我以为我会提醒一下。
.et_mobile_menu