Mobile menu widget

Hi, first of all thank you for providing this cool theme.

I’m afraid there’s some kind of error in responsive design for xs screens, as menu icon dissapears under large title.
I guess it could be solved by adding separate row for right div on xs viewport in nav-bar.
I could edit it in regular HTML but I have no idea about php :frowning:

With regards, Adrian

Hi Adrian,

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

Could you please share me the screenshot of issue or tell me the screen size on which you are facing this issue so that i can troubleshoot it?

Kind Regards,
Movin

Screens in attachments

I could confirm the issue on my test site therefore i have notified the theme developer about this so that it can be fixed.

In the meanwhile you can try resolving this issue 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: 990px){
body .nav-bar, body .nav-bar .module-group, body .nav-bar .module {
    max-height: 9999px;
}

#site-navigation .module.left{
  width: 85%;
}