Menu open icon on mobile overlapping logo Uncode theme

Hello - here is my website notanotherwebdesign.com. If you pull it up on mobile the menu icon overlaps the logo and I am unsure why. Does anyone know why?

Hi,

Thanks for asking your question at Envato Forum.

This is Uncode Theme Support Link here

How to contact any Item Author from here

If they ask about purchase key then collect from here

Still have any question open a Envato help ticket from here

Thanks

Hi @notanotherwebdesign

I think it is a css issues. You can try to fix it putting the bellow css code in your css style file at bottom:

@media screen and (max-width: 959px) {
.mobile-menu-button {
right: 0px;
position: fixed;
}
}

Thanks