Navbar issue

hi, I have 2 issues with Navbar
could you please checkout my site http://xsurve.com installed child theme
I just build site similar to theme.co/x

  1. when scrolling navbar not fixed on top, Navbar set to fixed top but not working

  2. when scrolling on mobile menu expand upside only, is there anyway to fix to when bottom upside and when top expand to down-site?

Thank you very much

Hi @Nieros,

Thanks for posting in.

  1. It’s due to this custom CSS, please remove this
.home .x-navbar {
    position: absolute;
    bottom: 0;
    width: 100%;
}
  1. The menu always expands downward since the height increases. Still doable with the custom developer with CSS and javascript, which something we can’t provide. I recommend contacting a developer.

Thanks!

I removed that code, works thanks

1 Like