Menu problems

At the moment we are working on a webpage for a client, http://mjosweb.no/peder_aadnes, and we are experiencing some problems with the menu.

When opening the page on mobile, or making the web-reader smaler, the menu will not disappear and stays open all the time.

We have tried to solve this, bur with no luck.

Any ideas out there? (Running latest version og theme and WP)

Hi @bjoernarild,

Sorry to hear of the problem you are having.

This can be child theme issue on your site so to confirm it just temporary use the Activello theme instead of child theme on your site. If everything works fine then it’s your child theme issue so just share me your child theme so that i can troubleshoot it.

Best Regards,
Movin

The main theme works fine. Should I give you access so you can have a look?

We managed to solve it. When you mentioned the child theme as the problem, we had another look (again :wink: ) and found that if we disabled the following: display: table !important; it worked.

.navbar-default div.navbar-collapse {
/display: table !important;/
margin: 0 auto;
float: none;
}

Only problem now is that the menu is no longer centered, but we are going to solve that to.
Thank you for your help!

Awesome great to see you got that solved.

Please advise if you have more questions.

Have a fantastic day!