Hi,
Theme Options –> Header –> Enable searchbox in main menu –> press Disabled
Hi, thank´s for your help. I removed a text widget in the sidebar. Now it works 🙂
Hi,
yes, to fix this problem –> https://ww.wp.xz.cn/support/topic/menu-problem-dropdown-glyphicon?replies=9
the custom css:
.primary-menu select {
display: none;
}
and
@media only screen and (max-width: 768px){
.header{height:280px !important;}
}