Menu not showing up when scrolling down

I have an issue with the menu on the mobile version of my website. It appears fine when I am at the top of the screen (on the left of the print screen below), but if I click on the menu button after scrolling down, it doesn’t show up (on the right of the print screen).

The actual website is here

The menu is hidden because its trapped within the height of the top bar.

You can try adding this but there are a lot of things going on at the same time so its hard to keep track of what’t what.

@media screen and (max-width:767px){
    .broad-nav{
        bottom:auto!important;
    }
}

By the way I’m not a fan of all that scrolling as it confuses me and I can’t keep track of where I am?|

3 Likes