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