Hi donniam,
If you’re referring to the theme’s logo, that’s not displaying on mobile because you’ve hidden it due to the selector you’ve chosen ( .navbar-main, .navbar ). Since your theme places the logo inside the .navbar element, and you’ve hidden the .navbar element, the logo does not display.
You could either:
– change the selector you’re hiding to just apply to the theme’s menu, not the logo ( .cosmos-navbar , .topheader )

– or you could leave it the way you have it, and Add a logo (if you use the full menu bar rather than just the hamburger)
Hope that helps,
Chris
Thanks for getting back to me, I didn’t recEIve a notification that’s why it took so long for me to respond. That worked thank you. I have to hit the menu buttons a few times to get them to respond. Ids there anything that can be done about that? It’s overall a good mobile menu pkugin.
You’re welcome, donniam –
Just checked your site out on mobile, not having any issues with it toggling open and closed immediately.
I suppose if your device was a smaller width, that logo might overlap it and prevent you from clicking? Can’t recreate this on any device I have, though. Be sure you’re tapping directly on the hamburger, of course. You could potentially add some padding to the burger if you wanted to make the target bigger.
Best,
Chris