我在主题的额外CSS中添加以下代码似乎解决了。求指点
@media only screen and (max-width: 991px){
.main-nav {display: none;}
.search-open.navbar-button {display: none;}
.navbar>:last-child>div{align-items:center;border-left:0px solid #e6e6e6;display:flex;height:30px;padding-left:25px}
}
/*修复导航菜单*/