Mobile Navbar Expands Past Header into Section Below

I believe I might have deleted something in cornerstone that makes the navbar in mobile expand into the section below the header. The theme was built off the Agency demo, but the navbar doesn’t behave like the demo. How do I make the mobile navbar expand like the demo?

Website: https://prosintuxedos.com/

Thanks

Hi,

Thanks for writing in!

To fix it, you can add the code below in Theme Options CSS

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

Thanks

Worked great! Thanks!

You’re welcome! :slight_smile:

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