
In Howello theme, if your logo height is more than the 60px, the mobile menu opening container might overlap with logo. To fix this, Please enter below css in wp-admin/appearance/customise/additionalCSS box.
.navbar-header {
height: 175px;
line-height: 175px;
}
Please replace 175px with your actual logo height.