Menu not showing on mobile??

hey,

I have a very big problem at the moment.

If i open the site on my iPhone, the menu won’t show…

Can anybody help please???

It’s fixed already haha. It was a browser issue…

Okay… seems to be that it isn’t fixed…
Still need help. It works sometimes, but most of the time it isn’t.

Hi @wouteroving,

I hope you are well today and thanks for posting here.

You can try displaying it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

@media (max-width: 250px){
 #site-navigation .module.left {
    max-width: 74%;
    padding-right: 0;
} 
}

Best Regards,
Movin

Thank you!
You’re amazing.

You are most welcome here :slight_smile: