Menu on Tablet gets cut off at the bottom?

I am using the mega menu and noticed on a tablet the list of serives gets cut off and you can scroll to see the rest of them.. Any suggestions? Is this a bug?

Screen Shot

Site


Thank you, Scott





Comments

  • You can try below css and check if this will help as this is all we can suggest:
    @media only screen and (max-width: 1239px) {
     .header-fixed #Top_bar { position: relative; }
    }
    P.S. This is how unfortunately sticky menu works on iPad. This is just ipad and it is not possible to do there anything else. Screens are small and when menus are long it is not possible to do anything else.
Sign In or Register to comment.