Remove mobile menu for portum wordpress theme

i used the colorlib editor to add a logo to my website but whenever mobile users click the hamburger menu the first few selections are blocked out by the logo, the logo also covers the advanced slider that comes with the theme on mobile. how do i remove the mobile menu entirely so i can add a floating menu widget instead or how can i make the logo disappear when the mobile menu is active .

website is audaxin.gq

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

@media only screen and (max-width: 784px){
.mobmenur-container {
display: none;
}
}

Thanks!
Colorlib Support Team