Mobile Navbar won't expand/open

I just noticed that the navbar won’t expand on mobile.

My site is https://prosintuxedos.com/

I had an issue a month or so ago with the navbar so it was suggested this CSS was added (which is currently active)
.x-navbar-inner {
max-height: 90px;
}

@media(max-width:979px) {
body .x-navbar-inner {
max-height:100%;
}
}

Thanks

Hey Will,

This is usually caused by version incompatibility. Please ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Also follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.