Header Menu for Shapely WordPress Theme

I have designed a website using shapely, ( safesmiles.co.in).
In that the menu is working fine in desktop but in mobile version only “Search” widget is showing.
plugins in menu is showing.
How can I clear this prob?

Hi @safesmiles,

I hope you are well today and thank you for your question.

I visited your shared site and confirmed the issue.

The issue is occurring on your site due to the CSS conflict with contact bank plugin.

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

.navbar-collapse {
    height: auto;
}

Best Regards,
Movin