Mobile Menu not working

hello :slight_smile:
I cannot seem to get my mobile menu working proberly.

I can click on one menu and then the site stays here. When i click on another menu it only opens the search box. Can you please help me?

This is my site: www.firmayoga-kolding.dk

Best wishes for a nice day - Ann

Hello there,

I hope you are doing well today.

Please login to WordPress and go to Dashboard > Updates and ensure that you install the pending updates available.

Best Regards,
Support

Thank you - hope you are too :slight_smile:

All plugins, themes and WP itself are update, so I don’t understand your messages or how it effects my mobile menu ? Best regards Ann

Hey there,

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

Just making sure you’re up to date in terms of bug fixes and improvements as the current version of the theme works fine. (demo)
I’ve investigated further, and it seems the issue is caused by the search options.
Have you added any additional CSS in regards to the menu?

Best regards,
Support.

Yes I have added:

.main-navigation {
background-color: #005776;
}
.main-navigation .menu li a {
color: #fdb913;
font-size: 1.35em;
font-family: ‘Barlow Condensed’, sans-serif;
}
.main-navigation .menu li a:hover {
color: #ffffff;
text-decoration: underline;
}

I have tried to remove them from ekstra CSS but no change on the mobile menu.

the demo version I am not sure I have. How to I find out? I can’t donwload it from the link you wrote.

Hello Ann,

Please add the following code in Appearance > Customize > Additional CSS:

 @media screen and (max-width: 991px) { body .nav-bar .module-group .module {
    display: inline-block; } }

This should fix it! Please give it a go and let me know how it goes!

Best wishes,
Mihaela

This is perfect - thank you SO much. Mobile menu works now :slight_smile: Best wishes Ann .-)

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support